
I recently had trouble deleting old emulators from my AVD Manager.
The Android Virtual Device 'myEmulator' is currently running an emulator and cannot be deleted.
I did delete all the AVD processes that were running on my Mac OS X but still, the error persisted. (check if AVD is running through Activity Monitor on Mac or Task Manager on Windows)
To resolve this issue you need to locate the .android folder on your HDD. The location for
.android
folder is different depending on what Operating System you have.macOS/Linux/UNIX
- Go to terminal.
- Goto root by typing : cd \
- Goto Users/
- Now type : cd .android
- Now type : cd avd
You would see directories with emulator names. Delete all those emulator's (.ini and .avd) files from here that you do not want.
Alternate way: You need to unhide hidden folders on your Mac OS X to see .android folder. ( how to see hidden folders on macOS: link )
Goto Users Directory where Android Eclipse software has been installed. Now look for a hidden .android directory. Get into AVD dir and delete the file and folder that have your emulator name.
Go-to AVD Manager and refresh and you would see that the AVD is been deleted.
Windows XP, Vista, 7, 8
For Windows Operating system you will find .android folder under C:/Documents and Settings//.android
This can be C:/Users/.android if you are running Windows 7 or Windows 8
Now look for AVD folder and delete all folders and files (.ini files) that has the name of the AVD you do not want
Hope it helps!
- Android Error Unexpected cast to Button: layout tag was FrameLayout
- ADT quit unexpectedly error on Mac OSX Android Eclipse SDK
- Parsing Data for android-21 failed unsupported major.minor version 51.0
- Android Studio Ctrl Shift o auto import not working
- java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity.
- Android : How to make TextView Scrollable
- This class should be public (android.support.v7.internal.widget.ActionBarView.HomeView) Lint Error
- Integrating Android Facebook SDK 3.17.2 Tutorial
- Android R Cannot Be Resolved To A Variable
- Android : Exception raised during rendering: action_bar API 22
- How to take screenshot on Android
- Read Text file from SD Card : Android Programming
- How to make Android EditText not editable
- Your Android SDK is out of date or is missing templates. Please ensure you are using SDK version 22 or later.
- The declared package does not match the expected package Eclipse
- Can't Run SDK Manager find_java.bat issue
- What is Android Toast.LENGTH_SHORT and Toast. LENGTH_LONG durations
- Android Emulator Soft Back button action using Computer keyboard
- Multiline EditText in Android Example
- Use 5G Network on Android Emulator
- Make Android TextView Clickable like Buttons
- How to empty trash in Android Device
- Android : Execute some code after back button is pressed
- Disable Fading Edges Scroll Effect Android Views
- How To Disable Landscape Mode in Android Application
- How to Auto Click Mouse on Mac every X Seconds - MacOS
- Where does brew install python in macOS - Python
- Multiple ways to Convert tabs with spaces in Notepad++ - NotepadPlusPlus
- Locate MainActivity Java or Kotlin file in Android Studio - Android-Studio
- Auto Execute a command or script on Mac Terminal Startup - MacOS
- How to Change Eclipse Default Web Browser - Eclipse
- Quick steps to install Nginx on Ubuntu Linux - Ubuntu
- How to comment code in Python - Python