How do I use the android emulator?

Hi,

I really really struggle getting the android emulator to work. If you set up everythign fro mscratch, what do you guys do. I installed android studio, sdk and everything but I keep getting all kinds of errors.

So, how did you set up your dev env? How did you make the emulator work?

What kind of error ? can u explain a little bit more…

if you are able to run
ionic serve -l

you should be able to run as well
cordova run --emulator

to publish it as an app
ionic cordova run android --prod --release