赞
踩
1、app源码包中的文件夹名
2、app中java文件的包名
3、模块中的build.gradle中
defaultConfig {
applicationId "com.example.xxxx"
4、app中AndroidManifest.xml里面的
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.example.xxxx">
5、建议Ok.jks文件放在app下面,即可写相对路径
storeFile file('.\\Ok.jks')
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。