You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you execute `tns run <platform>`, but you have forgotten to add the platform before that, you go in inconsistent state. Make sure to add the platform for the user when one of the following is executed:
* `tns prepare <platform>`
* `tns build <platform>`
* `tns run <platform>`
* `tns update <platform>@<version>` - this will add the specified version in case you have not added the platform before that.
* `tns emulate <platform>`
This way we simplify the workflow, now you can just do:
1) `tns create app1`
2) `tns run android --path app1`
And the application will run on your attached device.
Resolves#774
Part of the implementation of: #475
It give you an error message -
c:\work\SideDrawerPlayGround\platforms\android\build.xml does not exist!
.The thing is that after that you can't add the android platform because it seems like the
tns run android
command is creating anandroid
folder.The text was updated successfully, but these errors were encountered: