Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 528 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 528 Bytes

aria2-android

Build Status

All you need to cross-compile 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.