Skip to content

Releases: mumumusuc/termux-android-sdk

30.0.3

16 Dec 04:26
0f3d490
Compare
Choose a tag to compare

Note

Only aarch64 device supported.

Install

apt install path/to/android-sdk.deb

Flutter

  • config

    flutter config --android-sdk $PREFIX/opt/android-sdk
  • edit android/gradle.properties under your flutter project and add this line

    android.aapt2FromMavenOverride=/data/data/com.termux/files/usr/opt/android-sdk/build-tools/30.0.3/aapt2
  • build or run

    flutter build apk --debug
    # or
    flutter run -d <android-device-id>