basif.blogg.se

How to install android studio on ubuntu
How to install android studio on ubuntu









how to install android studio on ubuntu how to install android studio on ubuntu

Snap is the complete software package suite used to install several applications on Ubuntu 22. Lastly, a few tweaks to the environment so everything runs smoothly. Method 2: Install the Latest Android Studio on Ubuntu 22.04 from Snap. Remember to create a desktop shortcut from the configuration menu’s Create Desktop Entry item. I like to use Sdk 28 for Flutter, so I install that from the SDK Manager available form the configuration drop down menu. usr/lib/jvm/java-11-openjdk-amd64 Post Installation Configuration I typically select to use the version of the JDK we installed earlier, found at this location: Tar -xzf ~/Downloads/įollow the prompts to complete your install. I’ll change into that folder to begin the install: cd ~\Apps I have a folder called Apps where I install software. sudo apt install qemu qemu-kvm libvirt-clients libvirt-daemon libvirt-daemon-system virtinst bridge-utilsĪdd the current user to the KVM group: sudo adduser $USER kvm Let’s configure virtualization as per this recommendation. After that, change your current working directory to the below path and run the script called studio.sh to Install Android Studio. The output should indicate that KVM acceleration can be used, if not skip to the next section. If the result is 0 then virtualization is not supported, skip to the next section. Let’s verify if your CPU is supported: sudo apt install cpu-checker Before proceeding, please make sure virtualization is enabled in your BIOS.

how to install android studio on ubuntu

The Android Emulator runs faster when virtualization software is used. Not absolutely necessary, but I prefer to use the default JDK: sudo apt install default-jdk default-jre Setup Virtualization This post is an addendum to installing Ubuntu, if you are missing any packages, please see the Essentials section in that post.











How to install android studio on ubuntu