Skip to content

Commit a5566f8

Browse files
author
Andras Fekete
committed
Addressing PR comments
1 parent cab89f8 commit a5566f8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

IDE/Android/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Installing WolfProvider on Android
22

33
# Prerequisites
4-
You'll need to get the [Android NDK](https://developer.android.com/ndk/downloads/). I used [this one](https://dl.google.com/android/repository/android-ndk-r26b-linux.zip). Extract it into the folder that contains all the other files.
5-
6-
You will also need Android Studio to run an emulator. Though having an Android device plugged in via USB and able to connect via ADB should also work.
4+
You will need Android Studio to run an emulator. Though having an Android device plugged in via USB and able to connect via ADB should also work.
75

86
This example works with an x86_64 version of Android, but it should be relatively simple to change and use ARM or ARM64. You would need to modify `build.sh`.
97

8+
You'll need to get the [Android NDK](https://developer.android.com/ndk/downloads/). I used [this one](https://dl.google.com/android/repository/android-ndk-r26b-linux.zip). The `build.sh` script should do this for you.
9+
1010
# Usage
1111
Have your Android device up and running. You can confirm it is reachable with `adb devices`.
1212

0 commit comments

Comments
 (0)