尝试使用 Chartboost Android SDK 编译项目时出现 proguard 错误:
[proguard] Unexpected error while editing code:
[proguard] Class = [com/chartboost/sdk/Libraries/d]
[proguard] Method = [b(Landroid/content/Context;)Lcom/chartboost/sdk/Libraries/CBOrientation;]
[proguard] Exception = [java.lang.IllegalArgumentException] (Invalid instruction offset [65674] in code with length [236])
我添加了这些行,proguard.cfg
但这没有帮助:
-libraryjars ./libs/chartboost.jar
-keep class com.chartboost.sdk.** { *; }
我尝试在 Mac 和 PC 上编译项目,但结果是一样的。有人可以帮我解决这个问题吗?