I am getting this error when starting any android emulator with any system image. I run the emulator, the bar reaches like 20% and returns this error. No matter what virtual device I create and what system image I install, it always throw this error. Uninstalled and reinstalled, reboot pc, nothing works.
CodePudding user response:
Have you tried using the latest sdks in skd manager?
CodePudding user response:
First thing first check if the images are properly configured or not. If they are, but the problem persists, then follow the below :
There can be multiple possibilities for such kind of error:
Less memory
The AVD has its own storage, that is simply using the system's storage. So check whether the disk space is enough to accommodate the minimum storage requirements of the AVD.Solution : Clean up the storage space.
Wrong SDK Path
Many a times, a user may have more than one SDK installations on their machine and the environment variable points to some other location. Causing the AVD termination. Solution: Find the path of the proper SDK installation and update the environment variables and restart the system.
Old Version of Android Emulator
The current version of the emulator might not be updated.Solution : Update the Android Emulator to latest version.
Steps:-
- Go to Tools
- SDK Manager
- Android SDK
- SDK Tools
- Update Android Emulator