NativeScript / NativeScript/nativescript-cli
Setup scripts should create android virtual devices after installing the emulators
Open
@etabakov is already working on this.
Since Aug 23, 2017.
feature
installer
os: android
- Dominant language
- JavaScript
- Stars
- 1.1k
- Forks
- 204
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 8
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.