android Dx warning: Ignoring InnerClasses attribute for an anonymous inner class jar file issue

后端 未结 1 578
挽巷
挽巷 2021-01-13 05:25

i have used lcrypto-j2me-144.jar jar file to encrypt the user name and password in my application it is running fine but when i look into console it is giv

相关标签:
1条回答
  • 2021-01-13 06:06

    Just fyi, this can also happen when compiling for java 1.7 and the library have been through proguard, adding this will solve the problem when compiling the library:

    -keepattributes EnclosingMethod

    0 讨论(0)
提交回复
热议问题