This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Description
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 )
To Reproduce
- Download the application from https://play.nativescript.org/?template=play-tsc&id=rQ2vVD&v=36
- 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.