본문 바로가기

프로그래밍/Android

[Android] 우분투 20.04 ppa 로 안드로이드 스튜디오 설치

ppa 로 안드로이드 스튜디오 설치

우분투 20.04 안드로이드 스튜디오 설치

apt 패키지 시스템 ppa 추가

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

apt 패키지 시스템을 이용한 안드로이드 스튜디오 설치

sudo apt-get install android-studio

참고자료

The official Android IDE by Google

https://mfonville.github.io/android-studio/

 

Android Studio for Ubuntu

Android Studio for Ubuntu Add our android-studio repository: * After adding our repository you can use the "Install" button to install the desired build For Stable:

mfonville.github.io