|
|
|
|
|
by lfy_google
2207 days ago
|
|
Replace your current emulator install; delete $ANDROID_SDK_ROOT/emulator then unzip it there so theres $ANDROID_SDK_ROOT/emulator again. $ANDROID_SDK_ROOT, if not set, should be set to the SDK location in Android Studio > Preferences > Android SDK (SDK path will show up there). Set it in your ~/.bash_profile too so it's there next time for running the emulator from the command line. The AVD config.ini can be found in ~/.android/avd/nameofAvd.avd/config.ini . |
|