Android Proguard是';你不能和Chartboost一起工作吗?

Android Proguard是';你不能和Chartboost一起工作吗?,android,proguard,chartboost,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/CBOrie

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

在他们的SDK更新到beta版之后出现了错误。

在他们的SDK更新到beta版之后出现了错误