Add gradle files to Android example
This commit is contained in:
parent
cade73de7d
commit
dbe55ee356
8 changed files with 312 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue