Chartboost Android SDKを使用してプロジェクトをコンパイルしようとすると、プロガードエラーが発生します。
[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の両方でプロジェクトをコンパイルしようとしましたが、結果は同じです。誰かがこの問題で私を助けることができますか?