How does Ionic decide which Android emulator to launch?

I follow this for the Android platform: http://ionicframework.com/getting-started/ (cmd> android ion emulator). It works fine, and I know that apk works on the phone, but I want to find out how he decided to launch the Android Virtual Device. At the moment, it starts the emulator v2.2 by default, and then complains that it is too old trying to install apk. I want to use v4.1 or higher (I have the corresponding SDKs installed using previous Android native development using Eclipse.)

+4
source share
2 answers

From the command line, simply specify the purpose of the emulator.

eg. ionic emulate android --target="Nexus_6P_API_25"

AVD .

+2

- . Google Android- Genymotion. Android.

+1

All Articles