From d7ad69e85de0a739c561ed5dc4ec0c3be81539fc Mon Sep 17 00:00:00 2001 From: Nikolay Igotti Date: Tue, 5 Sep 2017 18:51:51 +0300 Subject: [PATCH] Minor Android manual tweaks --- samples/androidNativeActivity/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/androidNativeActivity/README.md b/samples/androidNativeActivity/README.md index dc16fa22f1a..f7b5a195b38 100644 --- a/samples/androidNativeActivity/README.md +++ b/samples/androidNativeActivity/README.md @@ -6,5 +6,5 @@ Please make sure that Android SDK version 25 is installed, using Android SDK man To build use `ANDROID_HOME= ../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).