运行时显示警告:
Dx warning: Ignoring InnerClasses attribute for an anonymous inner class
(org.ksoap2.transport.KeepAliveHttpsTransportSE$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
做Android有一段时间了,对于错误如果能够解决坚决找到方法,对于这个问题运行倒是没问题,还是想解决它,于是乎就在网上找,网上的有几种说法,这个解决了我的问题:debug证书的问题。非常感谢网友们的分享
删除C:\Users\Qing.android\debug.keystore这个文件,重新编译运行,没问题了。
环境:window- x64 , Android studio2.2.2
本文介绍了一种常见的Android开发中遇到的编译警告问题:Dxwarning关于内部类的属性缺失。通过删除debug.keystore文件并重新编译,可以有效解决这一警告。此解决方案适用于那些希望消除此类编译警告的开发者。
2754

被折叠的 条评论
为什么被折叠?



