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
All you need to cross-compile [aria2](https://github.com/aria2/aria2) for Android.
5
6
6
7
## Build
7
8
8
-
Clone the repository with submodules (`--recurse-submodules`), install the Android NDK r20, set the `ANDROID_NDK_HOME` env variable and run `./build_all.sh`.
9
+
Clone the repository with submodules (`--recurse-submodules`), install the Android NDK r23, set the `ANDROID_NDK_HOME`
10
+
env variable and run `./build_all.sh`.
9
11
10
-
This will compile aria2 for `armeavi-v7a`, `arm64-v8a`, `x86` and `x86_64`. The binaries can be found inside the `bin` folder.
12
+
This will compile aria2 for `armeavi-v7a`, `arm64-v8a`, `x86` and `x86_64`. The binaries can be found inside the `bin`
0 commit comments