Skip to content

Commit

Permalink
Fix image in APK installation doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
garg3133 authored Mar 6, 2024
1 parent b4349cd commit 9caa6b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install-android-application-from-apk.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<img width="517" alt="ANDROID_HOME" src="https://github.com/nightwatchjs/mobile-helper-tool/assets/39924567/20289460-1f1b-489e-9558-b0a7764d15e0">

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/`.

Expand Down

0 comments on commit 9caa6b8

Please sign in to comment.