-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathbuild_command.txt
More file actions
11 lines (10 loc) · 839 Bytes
/
build_command.txt
File metadata and controls
11 lines (10 loc) · 839 Bytes
1
2
3
4
5
6
7
8
9
10
11
yes | buildozer android debug deploy run logcat
/root/.buildozer/android/platform/android-sdk/platform-tools/adb connect 2.tcp.ngrok.io:18312
yes | buildozer android debug deploy run logcat
yes | buildozer android release
buildozer appclean
yes | buildozer android release
keytool -genkey -keystore key.keystore -alias keykivy -keyalg RSA -keysize 2048 -validity 10000
jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore key.keystore bin/proxyspeedtest-1.5-armeabi-v7a-release-unsigned.apk keykivy
/root/.buildozer/android/platform/android-sdk/build-tools/30.0.0/zipalign -v 4 bin/proxyspeedtest-1.5-armeabi-v7a-release-unsigned.apk bin/proxyspeedtest-1.5-armeabi-v7a-release-signed.apk
/root/.buildozer/android/platform/android-sdk/platform-tools/adb install bin/proxyspeedtest-1.5-armeabi-v7a-release-signed.apk