Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 578 Bytes

emulator_workarounds.md

File metadata and controls

24 lines (20 loc) · 578 Bytes

Some possible workarounds for bugs in android studio/dev tools

windows: starting failed, port occupied without anything running

admin cmd:

net stop winnat
adb.exe start-server
net start winnat

100% cpu workload

add to ~/.local/android/avd//config.ini

hw.audioInput=no
hw.audioOutput=no

emulator doesn't start in Kubuntu 17

add export ANDROID_EMULATOR_USE_SYSTEM_LIBS=1 to android-studio studio.sh to force system lib usage in AVD

/dev/kvm permission denied Kubuntu 18

sudo apt install qemu-kvm sudo adduser kvm <reboot(logout?)>