Загрузка...

Android Studio on M1 Mac | Run Emulators | Solved "The emulator process for AVD was killed" error

Explained how to install Android Studio for Apple Silicon which can run multiple Emulators. 1. How to Uninstall Android Studio completely 2. How to install Android Studio Arctic Fox 3. Run multiple emulators #AndroidStudio delete #Emulator is not opening on Android Studio #AVD error "The emulator process for AVD [device] was killed" solved #Uninstall Android Studio Completely #Run multiple emulators Uninstall Android Studio by running following commands # Deletes the Android Studio application rm -Rf /Applications/Android\ Studio.app # Deletes All Android Studio related preferences rm -Rf ~/Library/Preferences/Google/AndroidStudio* rm -Rf ~/Library/Preferences/AndroidStudio* # Deletes the Android Studio's plist file rm -Rf ~/Library/Preferences/com.google.android.* # Deletes the Android Emulator's plist file rm -Rf ~/Library/Preferences/com.android.* # Deletes main plugins rm -Rf ~/Library/Application\ Support/Google/AndroidStudio* rm -Rf ~/Library/Application\ Support/AndroidStudio* # Deletes all logs that Android Studio outputs rm -Rf ~/Library/Logs/Google/AndroidStudio* rm -Rf ~/Library/Logs/AndroidStudio* # Deletes Android Studio's caches rm -Rf ~/Library/Caches/Google/AndroidStudio* rm -Rf ~/Library/Caches/AndroidStudio* # Deletes older versions of Android Studio rm -Rf ~/.AndroidStudio* #Delete gradle files rm -Rf ~/.gradle/ #Delete Projects created using Android Studio (Do not run this command if you want to keep the projects created previously on your Android Studio) rm -Rf ~/AndroidStudioProjects #Delete Android SDK tools rm -Rf ~/Library/Android* rm -Rf ~/.android

Видео Android Studio on M1 Mac | Run Emulators | Solved "The emulator process for AVD was killed" error автора Игровые Турниры
Страницу в закладки Мои закладки
Все заметки Новая заметка Страницу в заметки