-
-
Notifications
You must be signed in to change notification settings - Fork 240
使用指南
xuexiangjys edited this page Jun 14, 2021
·
2 revisions
1.克隆项目
git clone https://github.com/xuexiangjys/TemplateAppProject.git
2.修改项目名(文件夹名),并删除目录下的.git文件夹(隐藏文件)
3.使用AS打开项目,然后修改包名
、applicationId
和app_name
- 修改包名
- 修改applicationId
- 修改app_name
1.修改工程根目录的gradle.properties
中的isNeedPackage=true
。
2.添加并配置keystore,在versions.gradle
中修改app_release
相关参数。
3.如果考虑使用友盟统计的话,在local.properties
中设置应用的友盟ID:APP_ID_UMENG
。
4.使用./gradlew clean assembleReleaseChannels
进行多渠道打包。