We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to reproduce:
tns create TestApp && cd TestApp tns install webpack tns run android --bundle
Expected platforms/android/src/main/assets/app/main-view.xml to be present but the file is missing.
platforms/android/src/main/assets/app/main-view.xml
Using NativeScript 2.4 on macOS with Node 6.
The text was updated successfully, but these errors were encountered:
There is a new workflow when it comes to bundle. Anyone interested can read about it in the docs, but essentially the new way of doing things is:
tns create TestApp && cd TestApp npm install --save-dev nativescript-dev-webpack npm run start-android-bundle
Sorry, something went wrong.
Plamen5kov
No branches or pull requests
Steps to reproduce:
Expected
platforms/android/src/main/assets/app/main-view.xml
to be present but the file is missing.Using NativeScript 2.4 on macOS with Node 6.
The text was updated successfully, but these errors were encountered: