From 9caa6b8208e65738d643b6a22c1698b8e8ba6155 Mon Sep 17 00:00:00 2001 From: Priyansh Garg Date: Wed, 6 Mar 2024 20:38:08 +0530 Subject: [PATCH] Fix image in APK installation doc. --- docs/install-android-application-from-apk.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/`.