An Android
fun app which allows users to increase/decrease
a global counter value simultaneously.
It's using tusk to run the automated scripts. Install it from the following:
brew install rliebz/tusk/tusk
Setup the project by installing all the required dev tools:
tusk setup
Start the dev hot rebuild process:
tusk dev
Build release library files:
tusk build:prod
Generate jni files:
tusk jni
See logcat via ADB
:
tusk log
Please refer to tusk.yml
file for more commands.