This project is written in Java and Kotlin and uses the Gradle Build Tool for building.
Use the gradle wrapper to execute gradle:
./gradlew task
Gives you a list of all build tasks.
git clone https://github.com/bailuk/AAT.git
This project is divided into the following modules:
Platform independent library classes. Contains code that is shared by all platform versions.
Android version.
AAT port to java-gtk. This is an early alpha version.
- Android SDK with or without Android Studio
- Android Debug Bridge (adb)
export ANDROID_SDK_ROOT=~/Android/Sdk/
./gradlew aat-android:build
find app/build/outputs -name "*.apk"
find app/build/outputs -name "*.apk"
adb install app/build/outputs/apk/debug/app-debug.apk
# build
./gradlew aat-gtk:build
# build & run
./gradlew aat-gtk:run
# install
cd aat-gtk/util
./install.sh