cd ioio
mvn clean package
The resulting jar can be found in ioio/target
./gradlew clean assemble
Copy the resulting aar files to SmallBASIC project
cp ioio/build/outputs/aar/* ~/src/SmallBASIC/src/platform/android/app/libs/
- Download an install gradle per gradle instructions
- Setup the wrapper
gradle wrapper