feat: add android-studio.md

This commit is contained in:
dancingCycle 2023-08-24 11:48:43 +02:00
parent 7c4e3bcfd2
commit b044e2b5a9
1 changed files with 20 additions and 0 deletions

20
doc/android-studio.md Normal file
View File

@ -0,0 +1,20 @@
* 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
```