Android Studio:Installasi di Ubuntu

Revision as of 21:03, 18 November 2022 by Kangtain (talk | contribs)

Add the audio repository

After JDK is downloaded and installed, you must install the studio repository by executing the command given below.

sudo add-apt-repository ppa:maarten-fonville/android-studio

The pop-up will appear in the terminal during installation; hit Enter to carry on with adding the repository, or press C + Ctrl to stop adding the repository to the system.

Update the system cache

You should use the below command to update the system’s apt-cache after setting the Android repository successfully:

sudo apt update

Install the Android Studio on Ubuntu

It’s now time to use the package manager to download the Android Studio for Ubuntu. The subsequent command will help you install ADB Ubuntu and all of its requirements.

sudo apt install android-studio

Source