Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.31 KB

installation.md

File metadata and controls

29 lines (22 loc) · 1.31 KB

Installation

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.

Minimum requirements

  • ARM based CPU arm64-v8a (a.k.a aarch64) or armeabi-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.

Footnotes

  1. Cheatsheet :

    • One command to setup the terminal and to install build tools.
      cd && pkg upg && idesetup -c
      
    2