apktool b test -o new_test.apk //apktool b XXX(反編譯後的資料夾名稱) -o newXXX.apk( ... apksigner sign --ks release.jks app.apk //簽名
確定! 回上一頁