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.
-
Grant executable permission
chmod 764 ./script/*.sh
-
Install Java & Apache Ant (When not installed)
./script/java.sh
-
Install Android SDK (When not installed)
./script/androidsdk.sh
-
Download onscripter_android. Extract to
~/
-
Copy script
cp ./script/build.sh ./script/ones.sh ~/onscripter_android
-
Reboot this PC.
-
Type command
cd ~/onscripter_android
-
Run
./ones.sh
(execute only at the first time) -
Generating a certificate.
keytool -genkey -v -keystore release.keystore -alias releasename -keyalg RSA -validity 10000
-
Type command
./build.sh
Please input as certificate passphrase is requested. -
If there is no problem,
$CURRENT_DIR-release-signed.apk
is generated in~/onscripter_android/bin/
.
MIT