Setting Up Android Studio IDE on Linux
The Android Tutorial for Linux Show Step-by-Step How to Make the Initial Android Studio IDE 1.5 SetUp so to Install also the Android Emulator for GNU/Linux Systems.
Android Studio is the official IDE for Android application development, based on IntelliJ IDEA.
On top of the capabilities you expect from IntelliJ, Android Studio offers:
- Flexible Gradle-based build system
- Build variants and multiple apk file generation
- Code templates to help you build common app features
- Rich layout editor with support for drag and drop theme editing
- Lint tools to catch performance, usability, version compatibility, and other problems
- ProGuard and app-signing capabilities
- Built-in support for Google Cloud Platform, making it easy to integrate Google Cloud Messaging and App Engine
If you Already Made the Initial Set-Up without Creating an Android Virtual Device Look:
How to Create AVD on Android Studio Guide.
-
Run Android Studio IDE
-
Make the Android Studio Custom Set-Up
On Installation Type Choose Custom.
Next Choose the Android Studio UI theme
Next Select also the Android Virtual Device Installation
Next Verify Settings
Consult your Distro Documentation on How to Enabling KVM…
Click on Finish
Wait Until Components are Downloaded and Installed
-
How to Getting-Started with Android App Development