Proguard没有使用Chartboost?

时间:2013-02-07 21:56:48

标签: android proguard chartboost

尝试使用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和Mac上编译项目PC,但结果是一样的。有没有人可以帮我解决这个问题?

1 个答案:

答案 0 :(得分:-1)

更新到SDK的测试版后,错误已经消失。