Skip to main content

Posts

Showing posts with the label Android Studio for Ubuntu

How to Install Android Studio on Ubuntu????

Android Studio is a full-featured cross-platfrom IDE which helps us to build applications for Android device. Android Studio is based o JetBrains' IntelliJ IDEA. This IDE includes everything we need for Android development. Android Studio build system is powered by Gradle allowing you to make multiple build variants for various the way to install Android Studio on Ubuntu 21.01. We can use the same instructions for Ubuntu 16.04 and any Ubuntu-base distribution, including Kubuntu, Linux Mint, and Elementary OS. Prerequisites: We need to be logged in as a user with sudo access. It will make our system able to install packages on our Ubuntu System. System Requirements for Installing Android Studio in Ubuntu These are some important specifications our machine needs to meet: 64-bit distribution capable of running 32-bit applications Minimum of 3 GB RAM, 8 GB RAM recommended, Plus 1 GB for the Android Emulator. GNU C Library (glibc) 2.19 or later. Minimum disk space should be 2 GB. 4 GB ...