NativeScript / nativescript-cli

Command-line interface for building NativeScript apps
https://www.npmjs.com/package/nativescript
Apache License 2.0
1.04k stars 195 forks source link

Setup scripts should create android virtual devices after installing the emulators #3084

Open etabakov opened 7 years ago

etabakov commented 7 years ago

Current behaviour: After the setup script completes successfully all dependencies are installed, but there are no virtual devices created for Android. To be able to successfully run your application on emulator - one needs to go manually in the AVD Manager and create at least one virtual device.

Expected Behaviour This manual step should be automated as part of the setup script and a virtual device for Android should be automatically added.

teobugslayer commented 7 years ago

This is an excellent idea. I just installed Android Studio and it asked me to create a virtual device. After I agreed, it created the following device: Nexus 5x with Android Oreo.

dtopuzov commented 6 years ago

https://github.com/NativeScript/setup-scripts/pull/7 implements it for windows.

dtopuzov commented 6 years ago

Windows setup scriptis now live.