NativeScript / android

Android runtime for NativeScript (based on V8)

Home Page:https://docs.nativescript.org/guide/android-marshalling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upgrade Gradle for Nativescript 6 projects

tusharr1996 opened this issue · comments

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

@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.

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