Why android studio doesn’t open emulator when I execute the program first time.
I use Android studio for the first time.
Here is the image of the error I get
enter image description here
3
Go to your C:Users user .android.avd directory and delete all files in there. After that restart your Android studio and create new virtual device and it should work then.
C:Users user .android.avd
main cause this type of error happens by Low system storage.
if your system low storage. please clean up.. and try again.. it will work
Do below steps
1, First delete all you created virtual devices
2, Clean Project Build => Clean Project
3, Invalidate cache and Restart
4, Sync Project with gradle files. Files => Sync Project with gradle files
5, Check SDK " Android Emulator Hypervisor Driver " installed. Only Intel Processor
5, Re-install virtual device
Click here to cancel reply.
3
Answers
Go to your
C:Users user .android.avd
directory and delete all files in there. After that restart your Android studio and create new virtual device and it should work then.main cause this type of error happens by Low system storage.
if your system low storage. please clean up.. and try again.. it will work
Do below steps
1, First delete all you created virtual devices
2, Clean Project Build => Clean Project
3, Invalidate cache and Restart
4, Sync Project with gradle files. Files => Sync Project with gradle files
5, Check SDK " Android Emulator Hypervisor Driver " installed. Only Intel Processor
5, Re-install virtual device