Commit 9f8c42483b89d4936cdf58841fcab6016c17bc52
Exists in
master
Merge branch 'master' of http://git.letsgame.mobi/document/gumptech-document
Showing 1 changed file Side-by-side Diff
doc/AndroidDocument.md
| ... | ... | @@ -159,6 +159,10 @@ Help==>About Eclips点击Android对应的图标就可以查看版本了. |
| 159 | 159 | 类,导致SDK无法正常工作,解决方法如下: |
| 160 | 160 | Ø 请开发者在混淆配置文件proguard.cfg或proguard-project.txt的最后加上 |
| 161 | 161 | |
| 162 | + -keepattributes *Annotation* | |
| 163 | + -keep public class * extends android.app.Service | |
| 164 | + -keep public class com.google.vending.licensing.ILicensingService | |
| 165 | + -keep public class com.android.vending.licensing.ILicensingService | |
| 162 | 166 | -keep class com.gumptech.sdk.view.* {*;} |
| 163 | 167 | -keep class com.gumptech.sdk.web.* {*;} |
| 164 | 168 | -keep class com.gumptech.sdk.GumpSDK$Callback{ |