From 19a7ec3f1b97915e30ca7b33ccf06c434f0158ff Mon Sep 17 00:00:00 2001 From: king Date: Wed, 1 Apr 2015 14:32:32 +0800 Subject: [PATCH] =?UTF-8?q?sdk3.0.0=E6=9B=B4=E6=96=B0=E4=BD=BF=E7=94=A8web?= =?UTF-8?q?=E6=94=AF=E4=BB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/AndroidDocument.md | 72 ++------------------------------------------------ 1 file changed, 2 insertions(+), 70 deletions(-) diff --git a/doc/AndroidDocument.md b/doc/AndroidDocument.md index 0c52478..50b1565 100644 --- a/doc/AndroidDocument.md +++ b/doc/AndroidDocument.md @@ -65,26 +65,7 @@ Help==>About Eclips点击Android对应的图标就可以查看版本了. - - - - - - - - - - - - - - - - - - - - + @@ -111,51 +92,7 @@ Help==>About Eclips点击Android对应的图标就可以查看版本了. - - - - - - - - - - - - - - - - - - - - - - - - - - - + #### 2、 向Gump平台索要游戏ID(GID),完成代码接入 1.调用GumpSDK前需要执行初始化。 @@ -227,12 +164,7 @@ Help==>About Eclips点击Android对应的图标就可以查看版本了. -keep class com.gumptech.sdk.GumpPreference{ public static final ; } - -keep class com.upay.billing.** { *; } - -dontwarn com.upay.billing.** - -keepattributes Signature - -keep class com.upay.billing.** { *; } - -dontwarn com.upay.billing.** 使得混淆的时候不会影响SDK的命名空间。 ### 问题2:后台已经配置ok的情况下,支付列表仍然为空或登录总是出错? 解答:sdk在debug模式下使用的默认服务器地址是开发环境地址,此地址区别于正式环境地址,为开发调试用;若进行线上调试或正式环境测试,需要使用release模式来进行! -- 2.0.0