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 was 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: rc
Cross-platform modules: rc
Android Runtime: rc
iOS Runtime: rc
Plugin(s):
Describe the bug
The application crashes on device when there is a special symbol in app's path - for example ( or )
Download it second time to ensure ( 2 ) will be added to app's path or directly rename the app's path and add manually ( 2 ) (or some other special symbol)
tns migrate
tns run android
Expected behavior
The application should run without errors on device.
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
The application crashes on device when there is a special symbol in app's path - for example
(
or)
To Reproduce
( 2 )
will be added to app's path or directly rename the app's path and add manually( 2 )
(or some other special symbol)tns migrate
tns run android
Expected behavior
The application should run without errors on device.
The text was updated successfully, but these errors were encountered: