-
-
Notifications
You must be signed in to change notification settings - Fork 194
Closed
Description
Environment
- CLI: 5.0.0 (Release)
- Android Runtime: None
- iOS Runtime: (untested)
Describe the bug
You can't add the platforms after you do a preview; the platform directory will have "stuff" in it from the preview blocking the platform add.
To Reproduce
tns create test5
cd test5
npm i nativescript-dev-webpack --save-dev
tns preview
(preview app with preview/playground app)
tns platform add android
(fails with error code here)
Expected behavior
Platform to be added..
dtopuzov