Jump to content

Android Studio: Difference between revisions

From Wiki
Created page with " sudo apt install openjdk-11-jdk sudo add-apt-repository ppa:maarten-fonville/android-studio sudo apt update sudo apt install android-studio ==Source== *[https://vitux.com/how-to-install-android-studio-on-ubuntu-20-04/ vitux.com] Category:Software Category:Linux Category:Ubuntu"
 
No edit summary
Line 1: Line 1:
[[File:Android studio logo.png|thumb|227x227px|''Source: [https://desarrollador-android.com/wp-content/uploads/2015/03/android_studio_logo-1024x1024.png desarrollador-android.com]'']]
  sudo apt install openjdk-11-jdk
  sudo apt install openjdk-11-jdk


Line 6: Line 7:


  sudo apt install android-studio
  sudo apt install android-studio
==Source==
==Source==
*[https://vitux.com/how-to-install-android-studio-on-ubuntu-20-04/ vitux.com]
*[https://vitux.com/how-to-install-android-studio-on-ubuntu-20-04/ vitux.com]
[[Category:Software]]
[[Category:Software]]
[[Category:Linux]]
[[Category:Linux]]
[[Category:Ubuntu]]
[[Category:Ubuntu]]

Revision as of 14:07, 20 July 2022

Source: desarrollador-android.com
sudo apt install openjdk-11-jdk
sudo add-apt-repository ppa:maarten-fonville/android-studio
sudo apt update
sudo apt install android-studio

Source