android Dx-Warnung: Ignoriert das InnerClasses-Attribut für ein anonymes Problem mit der JAR-Datei der inneren Klasse

Ich habe benutzt lcrypto-j2me-144.jar JAR-Datei zum Verschlüsseln des Benutzernamens und des Kennworts in meiner Anwendung funktioniert einwandfrei, aber wenn ich in die Konsole schaue, ist es im Grunde eine J2ME-JAR-Datei. Bitte führen Sie mich, um dieses Problem zu beseitigen.

Dx warning: Ignoring InnerClasses attribute for an anonymous inner class
(org.bouncycastle.asn1.ASN1Sequence$1) that doesn't come with an
associated EnclosingMethod attribute. This class was probably produced by a
compiler that did not target the modern .class file format. The recommended
solution is to recompile the class from source, using an up-to-date compiler
and without specifying any "-target" type options. The consequence of ignoring
this warning is that reflective operations on this class will incorrectly
indicate that it is *not* an inner class.

Antworten auf die Frage(2)

Ihre Antwort auf die Frage