This guide shows how to install AndroidIDE, setting up the terminal and the Android build tools installation.
Before getting started, please make sure that your Android device meets the minimum requirements.
- ARM based CPU
arm64-v8a
(a.k.a aarch64) orarmeabi-v7a
. - At least 1.5GB of RAM available for use (not total RAM).
- At least 4GB of free space is recommended. Around 1.5GB for installation and rest for other dependencies that you might need to download depending on your project.
Setup the terminal 1
- Open AndroidIDE terminal. It will install the bootstrap packages.
- Then run
pkg upgrade
to update packages to latest version.
Build Tools Installation 1
Install the JDK, SDK and commandline tools for sdk.
- Open terminal and run
idesetup -c
. - After you execute the above command, it'll show a summary of the configuration. Type
y
to confirm the configuration and start the installation process. - After successful installation,
Downloads completed. You are ready to go!
will be printed.
You can execute idesetup -h
to see configuration options.