Minor Android manual tweaks
This commit is contained in:
@@ -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`.
|
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
|
Run `$ANDROID_HOME/sdk/platform-tools/adb install -e build/outputs/apk/androidNativeActivity-arm-debug.apk`
|
||||||
device or emulator (note that only ARM-based devices are currently supported).
|
to deploy the apk on the Android device or emulator (note that only ARM-based devices are currently supported).
|
||||||
|
|||||||
Reference in New Issue
Block a user