Minor Android manual tweaks

This commit is contained in:
Nikolay Igotti
2017-09-05 18:51:51 +03:00
parent be58d2ee34
commit d7ad69e85d
+2 -2
View File
@@ -6,5 +6,5 @@ Please make sure that Android SDK version 25 is installed, using Android SDK man
To build use `ANDROID_HOME=<your path to android sdk> ../gradlew buildApk`.
Run `adb install build/outputs/apk/androidNativeActivity-arm-debug.apk` to deploy the apk on the Android
device or emulator (note that only ARM-based devices are currently supported).
Run `$ANDROID_HOME/sdk/platform-tools/adb install -e build/outputs/apk/androidNativeActivity-arm-debug.apk`
to deploy the apk on the Android device or emulator (note that only ARM-based devices are currently supported).