Android Administration Flashcards
1
Q
Android Emulator Sound ausschalten?
A
in .android/avd/{emulator-name}/config.ini:
hw. audioInput=no
hw. audioOutput=no
hw. GPS=no
2
Q
Was ist zu tun, wenn z.B. sdcard Folder im Device Explorer nicht mehr angezeigt wird?
A
ADB-Server neu starten:
adb kill-server
adb start-server