You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
如果你需要改包名
编辑:mobile\build.gradle
applicationId "cn.garymb.ygomobile"
cn.garymb.ygomobile改为你的包名,如果不懂,请在后面加.xxxx,例如我是菜菜,改为cn.garymb.ygomobile.caicai
5.制作签名(仅第一次或者你没有签名文件)
左边的project标签,选中mobile,点击顶部的菜单Build->Generate Signed Apk->Create New
key store path: 点第一行的...选择保存位置或者手动输入,例如D:\ygo.jks
Password: 签名密码,如果不懂,建议直接123456
Alias: 签名key,随便一个名字,建议直接ygo
Password: key密码,如果不懂,建议直接123456
First and Last name:随便一个名字
6.生成apk文件
如果是自己电脑,最好勾上Remember passwords
key store password 签名密码
key alias 签名key
key password key密码
点Next,第一行就是apk的保存文件夹,下面的V1和V2,如果不懂,请不要勾V2,然后点Finish。