https://github.com/devgianlu/aria2-android
All you need to cross-compile aria2 for Android, not to be confused with the Aria2Android app.
https://github.com/devgianlu/aria2-android
android aria2 arm64-v8a armeabi-v7a cross-compile x86 x86-64
Last synced: 7 months ago
JSON representation
All you need to cross-compile aria2 for Android, not to be confused with the Aria2Android app.
- Host: GitHub
- URL: https://github.com/devgianlu/aria2-android
- Owner: devgianlu
- Created: 2019-10-06T17:39:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-22T08:43:26.000Z (over 1 year ago)
- Last Synced: 2025-04-08T12:46:26.347Z (10 months ago)
- Topics: android, aria2, arm64-v8a, armeabi-v7a, cross-compile, x86, x86-64
- Language: Shell
- Homepage:
- Size: 21.5 KB
- Stars: 41
- Watchers: 1
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aria2-android
[](https://travis-ci.com/devgianlu/aria2-android)
All you need to cross-compile [aria2](https://github.com/aria2/aria2) for Android.
## Build
Clone the repository with submodules (`--recurse-submodules`), install the Android NDK r20, set the `ANDROID_NDK_HOME` env variable and run `./build_all.sh`.
This will compile aria2 for `armeavi-v7a`, `arm64-v8a`, `x86` and `x86_64`. The binaries can be found inside the `bin` folder.