Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1011 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 1011 Bytes

Termux SDK Installer

Notes

  • Termux from playstore is no longer updated, install termux from f-droid or from their github releases instead.
  • This is for people who prefer using termux if you want gui checkout itsaky's AndroidIDE android app, sdk is taken from there.
  • This does NOT installs the NDK (for now).
  • Post install, you can use sdkmanager --list | sed -e '/Available Packages/q' to list all installed packages.
  • To accept all licenses run yes | sdkmanager --licenses

Usage

  • Run installer like so bash installer.sh
  • Give -h or --help argument to script for help and available commands.
  • Give --info argument to show informations on sdk, jdk, tools, etc.
  • Give -i or --install argument to start the installation of dependencies, jdk and android sdk.