setup/doc/android-studio.md

21 lines
372 B
Markdown

* download from [web](https://developer.android.com/studio#downloads)
* extract
```
tar -xvzf android-studio-2022.3.1.19-linux.tar.gz
```
* execute
```
android-studio/bin/studio.sh &
```
* configure VM acceleration on Linux
```
sudo apt-get install cpu-checker --no-install-recommends
egrep -c '(vmx|svm)' /proc/cpuinfo
lsmod | grep kvm
whereis kvm-ok
sudo kvm-ok
```