//签名命令:
jarsigner -verbose -sigalg SHA1withRSA(算法名称) -digestalg SHA1(数字指纹) -keystore handsome123.keystore(路径) sign_DK(1.0.0.0)0120.apk(名称) handsome123(别名)
//查询签名信息
keytool -list -v -keystore handsome123.keystore -storepass lan666888
//生成签名文件
keytool -genkeypair -keyalg RSA -keystore handsome123.keystore -alias handsome123 -validity 20000
//查询端口占用
netstat -ano | findstr "5037"
//查看进程详细信息
tasklist /fi "pid eq 12408"
//获取签名信息
keytool -printcert -file CERT.RSA
//拉取设备上的文件
adb pull /sdcard/Android/data/com.fusx.fantasya/files/log
网友评论