The emulator does not show the home screen after waiting more than half an hour

I made an android project in android studio and tested it on a real device, it works fine, but now I don’t have a real device with me and you want to run the project in an emulator. I install AVD and intelhaxm-android.exe from the directory

 C:\Users\INZI\AppData\Local\Android\Sdk\extras\intel\Hardware_Accelerated_Execution_Manager 

after that I created a virtual device for testing the application, but when I launched it, it shows a black screen with an android printed in the center of the device, but does not show the main screen. I tried it with

Visualization technology Enabled in BIOS settings. what should I do now, I waited more than half an hour, but the same thing.

Please help Thank you in advance

+5
source share
2 answers

I solved this problem. The emulator did not show the home screen because

  • I have more virtual device than Haxm
  • I did not fully download the API I tested with.

Now I install a smaller virtual device and test the application with a lower API, which I fully downloaded ... now it works.

+4
source

If I were you, I would try Genymotion , which is a much smoother emulator than the default. In addition, you will not encounter any problems when setting up, as the program processes everything for you. Of course, as you become more experienced, you will want to debug your applications on a real device, but since you do not have access to one, Genymotion is your best option.

0
source

All Articles