Skip to content

Commit

Permalink
expand on android build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
rec0de committed Nov 4, 2024
1 parent 2eb41f3 commit ab3e266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ WatchWitch is built and tested with an iPhone 8 running iOS 14.8 and an Apple Wa

## Building

The easiest way to get started is to import WatchWitch using [Android Studio](https://developer.android.com/studio) and let it work its magic.
The easiest way to get started is to import WatchWitch using [Android Studio](https://developer.android.com/studio). Once imported, build an APK using the `Build > Make Project` option. The generated APK is located in `app/build/outputs/apk/debug` and can be installed on an Android device using the `adb install app-debug.apk` command. We use Android Studio Ladybug (2024.2.1) — build instructions for other versions may vary slightly.

Alternatively, build from scratch using gradle (shown here for Ubuntu):

Expand Down

0 comments on commit ab3e266

Please sign in to comment.