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
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: 5.1.0
Cross-platform modules: 5.1.0
Android Runtime: 5.1.0
Describe the bug
The codeCache option described in this blog post doesn't work since android runtime 4.1.0
To Reproduce
Create a nativescript app using the CLI: tns create test
The application starts successfully and for each .js file, there's a corresponding .js.cache file created on the device containing the compiled script that is used on subsequent runs of the application.
Actual behavior
The application crashes with a SIGSEGV in the Android Runtime.
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
codeCache
option described in this blog post doesn't work since android runtime 4.1.0To Reproduce
tns create test
codeCache
option inapp/package.json
:tns run android
Expected behavior
The application starts successfully and for each
.js
file, there's a corresponding.js.cache
file created on the device containing the compiled script that is used on subsequent runs of the application.Actual behavior
The application crashes with a SIGSEGV in the Android Runtime.
The text was updated successfully, but these errors were encountered: