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):
You will get An uncaught Exception occurred on "main" thread. java.lang.RuntimeException: Unable to create application com.tns.MyCustomApplication: com.tns.NativeScriptException: JavaScript object for Java ID 0 not found.
Expected behavior
The demo should run without an exception.
Additional context
The issue is caused by the single Webpack Runtime (runtime.js) which is not included when the custom Android application chunk is loaded 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):To Reproduce
--bundle
An uncaught Exception occurred on "main" thread. java.lang.RuntimeException: Unable to create application com.tns.MyCustomApplication: com.tns.NativeScriptException: JavaScript object for Java ID 0 not found.
Expected behavior
The demo should run without an exception.
Additional context
The issue is caused by the single Webpack Runtime (runtime.js) which is not included when the custom Android application chunk is loaded runtime.
The text was updated successfully, but these errors were encountered: