diff --git a/docs/install-android-application-from-apk.md b/docs/install-android-application-from-apk.md index ddbd177..c712ef2 100644 --- a/docs/install-android-application-from-apk.md +++ b/docs/install-android-application-from-apk.md @@ -17,7 +17,7 @@ If `adb` is not available directly, you can either add its location to your `PAT For both the cases, you'd need the location where you've setup your Android SDK, which you can get that by running `npx @nightwatch/mobile-helper android` again: -![Alt text](image.png) +ANDROID_HOME The `adb` binary will be present in the `platform-tools` sub-directory of your Android SDK setup location from above. Eg: `/path/to/Android/sdk/platform-tools/`.