Unable to build plugins with rc of Android runtime #4353
Labels
no-changelog
The issue is present only in `next` versions and was not included in official version.
os: android
severity: critical
Milestone
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
When trying to build a project for Android, CLI checks the dependencies in the project and builds
.aar
for each of them that has someres
orAndroidManifest.xml
. CLI uses the gradle version from the current Android Runtime. In the latest rc, we have updated the Gradle version to 3.3.x. This version is stricter when checking the compile time and runtime dependencies and currently we fail to build.aar
files for some plugins, for examplenativescript-imagecropper
,nativescript-feedback
etc.To Reproduce
Expected behavior
CLI should build
.aar
files correctly.The text was updated successfully, but these errors were encountered: