From 0a29f38432e34c789da563f4dd286c751e1ab53a Mon Sep 17 00:00:00 2001 From: king Date: Tue, 5 May 2015 18:16:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B7=B7=E6=B7=86=E9=85=8D?= =?UTF-8?q?=E7=BD=AE,=E5=A2=9E=E5=8A=A0=E4=BF=9D=E7=95=99=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/AndroidDocument.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/AndroidDocument.md b/doc/AndroidDocument.md index 58c6fc9..52ce522 100644 --- a/doc/AndroidDocument.md +++ b/doc/AndroidDocument.md @@ -159,6 +159,10 @@ Help==>About Eclips点击Android对应的图标就可以查看版本了. 类,导致SDK无法正常工作,解决方法如下: Ø 请开发者在混淆配置文件proguard.cfg或proguard-project.txt的最后加上 + -keepattributes *Annotation* + -keep public class * extends android.app.Service + -keep public class com.google.vending.licensing.ILicensingService + -keep public class com.android.vending.licensing.ILicensingService -keep class com.gumptech.sdk.view.* {*;} -keep class com.gumptech.sdk.web.* {*;} -keep class com.gumptech.sdk.GumpSDK$Callback{ -- 2.0.0