Add gradle files to Android example

This commit is contained in:
Milan Nikolic 2018-05-07 13:02:28 +02:00
parent cade73de7d
commit dbe55ee356
8 changed files with 312 additions and 1 deletions

View file

@ -33,4 +33,8 @@ And build apk with ant:
cd android
ant clean debug
If everything is successfully built apk can be found in bin/ directory.
Or with gradle:
./gradlew assembleDebug
If everything is successfully built apk can be found in bin/ directory or in the android/build/outputs in case `gradle` is used.