Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ionic emulate android on bootup still showing dots after 30 mins

So I ran ionic emulate android and this is what I'm seeing on my console

Booting up emulator (this may take a while)..............................................................................................................................................................

It's still is continuing to show dots

I ran this to check if HAXM is loaded and looks good

$ kextstat | grep intel
161    0 0xffffff7f839aa000 0x14000    0x14000    com.intel.kext.intelhaxm (6.0.1) <7 5 4 3 1>

The Samsung avd I created showed up but it's just blank screen

What am I doing wrong? The project that I used is https://github.com/driftyco/ionic-starter-sidemenu

Any ideas?

like image 689
devwannabe Avatar asked Dec 24 '22 11:12

devwannabe


1 Answers

Just restart the virtual device solved my problem! I use Android Studio.

I had the same problem when I run following command:

ionic cordova emulate android

It prints a lot of dots like this:

enter image description here

like image 85
KiwenLau Avatar answered Jan 30 '23 07:01

KiwenLau