佚名通过本文主要向大家介绍了android反编译,android反编译工具,android apk反编译,android反编译教程,android源码编译等相关知识,希望对您有所帮助,也希望大家支持linkedu.com www.linkedu.com
问题: 编译到android问题
描述:
[dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
[dx] (com.duoku.platform.single.a.b) that doesn't come with an
[dx] associated EnclosingMethod attribute. This class was probably produced by a
[dx] compiler that did not target the modern .class file format. The recommended
[dx] solution is to recompile the class from source, using an up-to-date compiler
[dx] and without specifying any "-target" type options. The consequence of ignoring
[dx] this warning is that reflective operations on this class will incorrectly
[dx] indicate that it is *not* an inner class.
[dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
[dx] (com.duoku.platform.single.a.d) that doesn't come with an
[dx] associated EnclosingMethod attribute. This class was probably produced by a
[dx] compiler that did not target the modern .class file format. The recommended
[dx] solution is to recompile the class from source, using an up-to-date compiler
[dx] and without specifying any "-target" type options. The consequence of ignoring
[dx] this warning is that reflective operations on this class will incorrectly
[dx] indicate that it is *not* an inner class.
接入第三方库时候,一编译就出现这个问题.求解,目前只接入百度sdk时候出现的.有几个jar都是这样.网上解决方法多种基本都试过了,想知道哪里问题.谢谢!
解决方案1:
描述:
cocos2dx android sdk
[dex] Pre-Dexing /Users/mylocc/Documents/Buyu_JieJiBan/client/Buyu_BaiduQp/proj.android/libs/DKSingleSDK2_0_6_05_17_final.jar -> DKSingleSDK2_0_6_05_17_final-b3edf45cfea3a99660c0ba3183709762.jar[dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
[dx] (com.duoku.platform.single.a.b) that doesn't come with an
[dx] associated EnclosingMethod attribute. This class was probably produced by a
[dx] compiler that did not target the modern .class file format. The recommended
[dx] solution is to recompile the class from source, using an up-to-date compiler
[dx] and without specifying any "-target" type options. The consequence of ignoring
[dx] this warning is that reflective operations on this class will incorrectly
[dx] indicate that it is *not* an inner class.
[dx] warning: Ignoring InnerClasses attribute for an anonymous inner class
[dx] (com.duoku.platform.single.a.d) that doesn't come with an
[dx] associated EnclosingMethod attribute. This class was probably produced by a
[dx] compiler that did not target the modern .class file format. The recommended
[dx] solution is to recompile the class from source, using an up-to-date compiler
[dx] and without specifying any "-target" type options. The consequence of ignoring
[dx] this warning is that reflective operations on this class will incorrectly
[dx] indicate that it is *not* an inner class.
接入第三方库时候,一编译就出现这个问题.求解,目前只接入百度sdk时候出现的.有几个jar都是这样.网上解决方法多种基本都试过了,想知道哪里问题.谢谢!
解决方案1:
安卓问题真不懂,先找工具翻一下 错误说明