Skip to content

BHCrusher1/ONScripter-on-Android-auto-build-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

ONScripter on Android auto build script

ONScripter on Android by ogapee https://onscripter.osdn.jp/android/

This is ONScripter on Android auto build script.

This script has been tested with Lubuntu 18.04.

How to use

  1. Grant executable permission
    chmod 764 ./script/*.sh

  2. Install Java & Apache Ant (When not installed)
    ./script/java.sh

  3. Install Android SDK (When not installed)
    ./script/androidsdk.sh

  4. Download onscripter_android. Extract to ~/

  5. Copy script
    cp ./script/build.sh ./script/ones.sh ~/onscripter_android

  6. Reboot this PC.

  7. Type command
    cd ~/onscripter_android

  8. Run ./ones.sh (execute only at the first time)

  9. Generating a certificate.
    keytool -genkey -v -keystore release.keystore -alias releasename -keyalg RSA -validity 10000

  10. Type command ./build.sh
    Please input as certificate passphrase is requested.

  11. If there is no problem, $CURRENT_DIR-release-signed.apk is generated in ~/onscripter_android/bin/.

License

MIT

About

ONScripter on Android auto build script. ONScripter on Android by ogapee https://onscripter.osdn.jp/android/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages