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).