

Select whether you want to import previous Android Studio settings or not, then click OK.ĭownload the various files of the Android SDK. To launch Android Studio, open a terminal, navigate to the android-studio/bin/ directory, and execute studio.sh. 2 GB of available disk space minimum, 4 GB Recommended (500 MB for IDE + 1.5 GB for Android SDK and emulator system image)ĭownload the Android Studio package for Linux and extract it somewhere (e.g home directory).3 GB RAM minimum, 8 GB RAM recommended plus 1 GB for the Android Emulator.64-bit distribution capable of running 32-bit applications.

To make sure, it’s installed successfully, open a terminal and type java -version 2. sudo add-apt-repository ppa:webupd8team/java sudo apt-get update sudo apt-get install oracle-java8-installer sudo apt-get install oracle-java8-set-default Run the following commands on the terminal in Ubuntu. Installing Flutter in Linux and setting the path.įirst, we will install Oracle JDK 8.

