Android Studio:Installasi di Ubuntu: Difference between revisions
Appearance
Created page with "===Add the audio repository=== After JDK is downloaded and installed, you must install the studio repository by executing the command given below. <syntaxhighlight lang="bash"> sudo add-apt-repository ppa:maarten-fonville/android-studio </syntaxhighlight> 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 us..." |
No edit summary |
||
| Line 26: | Line 26: | ||
{{DISPLAYTITLE:Installasi Android Studio di Ubuntu}} | {{DISPLAYTITLE:Installasi Android Studio di Ubuntu}} | ||
[[Category:Linux]] | |||
[[Category:Ubuntu]] | |||
[[Category:Software]] | |||
[[Category:Tutorial]] | |||
Revision as of 21:03, 18 November 2022
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