AVD Pixel_2_API_15 is already running.
If that is not the case, delete the files at
C:\Users\user\.android\avd/Pixel_2_API_15.avd/*.lock
and try again.
The above error while running Android Virtual Device (AVD) may come up when the lock of the AVD was not released correctly, there are few things you can try to resolve this issue,
- Go to Tools ? AVD Manager
- Select your AVD device and under Actions click on the down arrow and click on Stop.
- Now try running the AVD again, it should work.
If the above does not work for you then you can try deleting all the lock files and folders under the location thats prompted in the error,
- Go to the location as seen in the error: example: C:\Users\user\.android\avd/Pixel_2_API_15.avd/
- Now delete all .lock files and folders.
I could see a few of them: hardware-qemu.ini.lock & multiinstance.lock. If while deleting these files you see an error like "The action can't be completed because the folder or a file it is open in another program" that means your AVD is running and you need to close it (or kill its process instance) so you can delete these files.
Comments:
- Thank you! This really helped
user135 18 Jul 2020 11:07:49 GMT
- Further comments disabled!
- Locate MainActivity Java or Kotlin file in Android Studio
- groovy.lang.MissingPropertyException No such property Error
- How to fix java.net.NoRouteToHostException in Android Studio
- Your Android SDK is missing, out of date or corrupted SDK Problem
- [Android Studio] MainActivity does not exist
- [Android Studio] Could not automatically detect an ADB binary
- Android Studio: Cannot perform refactoring operation
- How to Configure Eclipse keymap in IntelliJ IDE
- Android Studio setup was canceled - How to resume
- [Android Studio] Hardcoded string Button, should use @string resource
- The selected device is incompatible : Android Studio
- Android Activity Main xml stuck loading
- Android Studio 1.3 beta now Available for Developers
- Installing Android Studio Dolphin on Mac with Apple (M1/M2) Chip
- Android Studio 4.2 Canary 1 now available
- [Android Studio] Button on click example
- Eclipse like Auto Import Shortcut in Intelij IDE Android Studio
- How to enable line numbers in IntelliJ Android Studio for all files
- Delete Android Studio Projects
- How to update Android Studio
- [Android Studio] Error: Missing system image on device
- macOS Big Sur java.lang.UnsatisfiedLinkError CoreFoundation - Android Studio
- Android [SDK Manager] The system cannot find the path specified
- Failed to install Android.apk on device 'emulator-5554': timeout
- [Solved] Error launching studio
- AlertDialog with single button example : Android - Android
- Resolving DNS_PROBE_FINISHED_NXDOMAIN Google Chrome Error - Google
- How to Copy files from Docker Container to Host System - Docker
- Upload docx file using PHP script - PHP
- [Fix] bash: script.sh: /bin/bash^M: bad interpreter: No such file or directory - Bash
- How to uninstall pip Python packages - Python
- How to install AWS CLI on Ubuntu - AWS
- Java 8 - Convert List to Map Examples - Java