【abd命令大全-测试连接手机】
https://blog.csdn.net/qq_39969226/article/details/87897863
【Android平台签名自助生成】
https://ask.dcloud.net.cn/article/35777
【Java SE 15 - Downloads】
https://www.oracle.com/java/technologies/javase-jdk15-downloads.html
【安装JAVA SE之后,生成签名】
keytool -genkey -alias xxxx -keyalg RSA -keysize 2048 -validity 36500 -keystore xxxxxx2
Enter keystore password: //输入证书文件密码,输入完成回车
Re-enter new password: //再次输入证书文件密码,输入完成回车
//输入名字和姓氏,输入完成回车
What is your first and last name?
What is the name of your organizational unit?
What is the name of your organization?
What is the name of your City or Locality?
What is the name of your State or Province?
What is the two-letter country code for this unit?
Is CN=XX, OU=XX, O=XX, L=XX, ST=XX, C=XX correct?
【把签名填入HBuilder 打包】
https://service.dcloud.net.cn/build/download/1928b700-2ed1-11eb-9862-9398f34f1344
备注:abd 和 keytool 都要加环境变量