Toggle navigation
Toggle navigation
This project
Loading...
Sign in
public_service
/
public_sdk_android
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
youaiPublic
2016-08-19 16:26:14 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2016-08-19 16:26:14 +0800
Commit
cecc792b8f6942d49e8029714b302148b40732c7
cecc792b
1 parent
13a78857
Update 公共SDK客户端接入文档.md
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
7 deletions
publicAndroidSDK/doc/公共SDK客户端接入文档.md
publicAndroidSDK/doc/公共SDK客户端接入文档.md
View file @
cecc792
#SDK 接入文档
First Header | Second Header | Third Header
------------ | ------------- | ------------
Content Cell | Content Cell | Content Cell
Content Cell | Content Cell | Content Cell
###1、开发环境搭建
以下是以 Eclipse 为例,在 Eclipse 环境下开发的 SDK 配置
1.
1、将 SDK 压缩包中 Jar 目录下的所有 jar 包复制到游戏工程的 libs 目录下
...
...
@@ -367,10 +363,10 @@ Content Cell | Content Cell | Content Cell
#3、自测用例
3.
1、进入游戏会弹出下面的登录界面,表示登录接口接入正常;
!
[
text1
][
../image/image2.png
]
!
[
Alt text
](
../image/image5.png
)
3.
2、点击充值会弹出下面的界面,表示充值接口接入正常;
!
[
text2
][
../image/image3.png
]
!
[
Alt text
](
../image/image6.png
)
3.
3、点击渠道用户中心,弹出下面的界面表示该接口接入正常;
!
[
text3
][
../image/image4.png
]
!
[
Alt text
](
../image/image7.png
)
#4、母包
4.
1、接入公共 SDK 编译生成的 apk 即为打包工具使用的母包
...
...
Please
register
or
login
to post a comment