NativeScript / android

NativeScript for Android using v8
https://docs.nativescript.org/guide/android-marshalling
Apache License 2.0
523 stars 134 forks source link

Upgrade Gradle for Nativescript 6 projects #1686

Closed tusharr1996 closed 2 years ago

tusharr1996 commented 2 years ago

Upgrade android gradle plugin to fix "AAPT: error: unexpected element < queries > found in < manifest >." error on nativescript 6 projects.

rigor789 commented 2 years ago

@tusharr1996 you can try using the 8.x runtime with ns6 projects - the version of core doesn't have to strictly match the runtime version. You would need to use the latest CLI though - which should also be able to run your ns6 project*

* there are some cases where it would complain about a required migration, but even in those cases you can try using --force and see if it runs without issues.

triniwiz commented 2 years ago

You can use the v7 runtime which uses a gradle version with the fix for this