android Dx предупреждение: игнорирование атрибута InnerClasses для анонимной проблемы с jar-файлом внутреннего класса

я использовалlcrypto-j2me-144.jar JAR-файл для шифрования имени пользователя и пароля в моем приложении работает нормально, но когда я смотрю в консоль, он дает мне, в основном это JAR-файл J2me, пожалуйста, помогите мне избавиться от этой проблемы.

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.

Ответы на вопрос(1)

Ваш ответ на вопрос