aviso Dx do Android: ignorando o atributo InnerClasses para um problema de arquivo jar de classe interna anônima
Eu tenho usadolcrypto-j2me-144.jar arquivo jar para criptografar o nome de usuário e a senha no meu aplicativo, ele está funcionando bem, mas quando olho para o console, ele está me dando, basicamente, é um arquivo jar j2me, por favor, me guie para se livrar desse problema.
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.