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
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: Not applicable
Android Runtime: Not applicable
iOS Runtime: Not applicable
Plugin(s):Not applicable
Describe the bug
In case you have Java 13 installed, tns doctor says everything is working correctly, but when you try to build for Android, you receive an error - Invalid magic number 57
To Reproduce
Install Java 13 and run tns build android on any project
Expected behavior tns doctor should detect the current environment is not okay for building Android applications.
Sample project
Additional context
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
In case you have Java 13 installed,
tns doctor
says everything is working correctly, but when you try to build for Android, you receive an error - Invalid magic number 57To Reproduce
Install Java 13 and run
tns build android
on any projectExpected behavior
tns doctor
should detect the current environment is not okay for building Android applications.Sample project
Additional context
The text was updated successfully, but these errors were encountered: