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: 5.4.0
Cross-platform modules: 5.4.0
Android Runtime: 5.4.0
Plugin(s):
nativescript-image: 2.1.3
Describe the bug
Seems that with the latest gradle version it may happen that not all the dependencies are found and you can get java.lang.NullPointerException in Metadata generator. This can be easily reproduced by adding nativescript-image plugin to the app.
@meysam-mahmoodi which version of tns-android are you using as this should be fixed with 6.0 release. Do you have any errors during runtime or you just see this while building?
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
Seems that with the latest gradle version it may happen that not all the dependencies are found and you can get java.lang.NullPointerException in Metadata generator. This can be easily reproduced by adding nativescript-image plugin to the app.
To Reproduce
The build won't fail, but some errors will be shown:
which may result in runtime errors
Expected behavior
All the dependencies should be resolved and the build shouldn't show the errors above.
Additional context
The above problem disappears if you are using gradle version 4.10.2 instead
The text was updated successfully, but these errors were encountered: