reqopunique.blogg.se

Android studio linux how to install
Android studio linux how to install






android studio linux how to install

Follow the prompts to complete the installation. This will launch the Android Studio installer. To do this, open a terminal and run the following command: Now that the environment variables are set, you can launch Android Studio. Replace /path/to/android-studio with the actual path to the android-studio directory. Add the following line to the end of the file:Įxport ANDROID_HOME=/path/to/android-studio The next environment variable is ANDROID_HOME. Add the following line to the end of the file:Įxport JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 bashrc file in your home directory in a text editor. The first environment variable is JAVA_HOME. Once the JDK is installed, you need to set up some environment variables. You can do this by running the following command: If you don’t see a message like this, then you need to install the JDK.

android studio linux how to install

If you see a message like “java version 1.8.0_144” or something similar, then the JDK is installed and you can proceed to the next step. You can check this by running the following command: Next, you need to make sure the JDK is installed. Once the download is complete, extract the contents of the ZIP file to a location of your choice. At the time of writing, the latest version is 3.1.3. Let’s take a look at each of these steps in detail.įirst, head over to the Android website and download the latest version of Android Studio. And finally, you’ll need to set up some environment variables. Second, you’ll need to make sure you have the Java Development Kit (JDK) installed. First, Android Studio is not available in the repositories, so you’ll need to download it from the Android website. If you’re looking to install Android Studio in Kali Linux, there are a few things you need to know.








Android studio linux how to install