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
{{ message }}
This repository has been archived by the owner on Aug 7, 2021. It is now read-only.
Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):
CLI: 6.3.3
Cross-platform modules: 6.3.0
Android Runtime: 6.3.0
Describe the bug
We are not able to cloud run with snapshot when the Android platform is not added.
To Reproduce
navigate to any nativescript application (e.g. an empty js app)
rm -rf platforms
install the nativescript-cloud extension
tns login
tns cloud run android --release --key-store.... --env.snapshot
"enoent" exception will be thrown.
Expected behavior
The platforms folder should be automatically setup.
The text was updated successfully, but these errors were encountered:
Environment
Provide version numbers for the following components (information can be retrieved by running
tns info
in your project folder or by inspecting thepackage.json
of the project):Describe the bug
We are not able to cloud run with snapshot when the Android platform is not added.
To Reproduce
Expected behavior
The platforms folder should be automatically setup.
The text was updated successfully, but these errors were encountered: