You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: IDE/Android/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
Installing WolfProvider on Android
2
2
3
3
# 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.
7
5
8
6
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`.
9
7
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
+
10
10
# Usage
11
11
Have your Android device up and running. You can confirm it is reachable with `adb devices`.
0 commit comments