Minimal Android Dev Setup
Building Android Apps on Arch Linux Without Android Studio If you want to build an Android app, the official recommendation is to download Android Studio. However, Android Studio is a massive application. It consumes gigabytes of RAM, takes a long time to index files, and can make older hardware grind to a halt. If you are using Arch Linux, you likely appreciate a system that is lightweight, fast, and exactly what you make of it. You can apply this same philosophy to Android development. You do not need a heavy Integrated Development Environment (IDE) to build an app. All you need is the Android Software Development Kit (SDK), a text editor, and the command line. ...