Android perpetually loading app-debug.apk on run

Hello,

I’m new to Ionic so let me know what info I should post and how I can get the info to better help all of you from here on out.

My issue right now is when I run my app and launch the android emulator.

ionic cordova run android -l -c

It perpetually loads when building app-debug.apk.

No target specified and no devices found, deploying to emulator

none
Skipping build...

Built the following apk(s): 
	/Users/me/Documents/Practice/helloworld/platforms/android/app/build/outputs/apk/debug/app-debug.apk

.
.
.
.
.

I’ve searched around for a while and wasn’t able to find a solution/reason.

I should also mention that I’m not having any issues with ios.

Thanks for your help!