Home > Net >  android studio unable to start emulator
android studio unable to start emulator

Time:12-28


I have a problem to start the android studio emulator.
I am using Android Studio 2020.3.1 on windows 10.
I am using onboard graphic, don't have Graphic hardware.

This the image is of error which I am facing to.

enter image description here

Thanks anyone can give me solution.

CodePudding user response:

Download the amdvlk64.dll file, extract the zip file and copy that .dll file, paste this file in C:\Windows\System32 then restart your emulator. dowload link - https://www.opendll.com/index.php?file-download=amdvlk64.dll&arch=64bit&version=1.0.54.0#

CodePudding user response:

Open your AVD manager in Tool > AVD manager, it will show list of emulator devices your are using like this image image , click the arrow dropdown at the end of your device, select wipe data option and open device again. make sure your device turn off before do above

  • Related