Toggle navigation
Toggle navigation
This project
Loading...
Sign in
easygame_sdk
/
easygame_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
lizhihui
2016-11-03 07:44:28 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0d0a9b21826ec33e817665cbff726da8579c02d3
0d0a9b21
1 parent
968a881b
Update README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
README.md
README.md
View file @
0d0a9b2
...
...
@@ -11,6 +11,17 @@ FB登录改成 GRAPH_API_VERSION = "v2.7"
修复google play的风险提示
```
## 以下参数需游戏客户端根据实际情况修改 ##
### res/values/p7725sdk_app_private_yijidq140515.xml ###
```
xml
<string
name=
"com_7725_app_name"
>
这里填写游戏名字
</string>
<string
name=
"com_7725_game_main_activity"
>
程序入口的类名和包名
</string>
<string
name=
"com_7725_sdkProtocolToken"
>
Token由我方提供
</string>
<string
name=
"com_7725_sdkProtocolGame"
>
游戏简称由我方提供
</string>
<string
name=
"com_7725_facebookSdkApplicationId"
>
游戏FaceBook的APPID
</string>
```
## 1.配置开发环境 ##
-
使用easygameSDK环境配置需要完成下面几个步骤:
...
...
Please
register
or
login
to post a comment