question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Nativescript 6.0 error maps arr

See original GitHub issue

Missing ‘package’ key attribute on element package at [com.google.android.gms:play-services-maps:17.0.1]

Solutions remove the following line from your own

<queries>
    <package android:name="com.google.android.apps.maps" />
</queries>

Issue Analytics

  • State:open
  • Created 2 years ago
  • Reactions:3
  • Comments:16

github_iconTop GitHub Comments

12reactions
tusharr1996commented, Apr 30, 2021

@FranciZ I managed to get it working by downgrading play-services-maps back to 17.0.0 in node_modules/nativescript-google-maps-sdk/platforms/android/include.gradle

replace ‘+’ with ‘17.0.0’

5reactions
JusticeMuchcommented, Apr 29, 2021

I’m getting a similar issue with the errors pointing that line in the manifest file .

Error :

Missing ‘package’ key attribute on element package at [com.google.android.gms:play-services-maps:17.0.1] AndroidManifest.xml:33:9-64 [com.google.android.gms:play-services-maps:17.0.1] /home/justin/.gradle/caches/transforms-2/files-2.1/49353dd520d07e2a59c4a41eb835c2ae/play-services-maps-17.0.1/AndroidManifest.xml Error: Validation failed, exiting

Read more comments on GitHub >

github_iconTop Results From Across the Web

Developers - Nativescript 6.0 error maps arr - - Bountysource
Missing 'package' key attribute on element package at [com.google.android.gms:play-services-maps:17.0.1]. Solutions remove the following ...
Read more >
NativeScript nativescript-google-maps-sdk not woking
js Found peer TypeScript 1.8.10 Project successfully prepared WARNING: The file: D:\ts\app\sample-Groceries\node_modules\nativescript-google-maps-sdk\platforms\ ...
Read more >
Advanced Concepts - NativeScript Docs
The NativeScript Metadata is the mapping between the JavaScript and the Android world. Besides a full list with all the available classes and...
Read more >
Network security configuration - Android Developers
... the pre-installed system CAs, and apps targeting Android 6.0 (API level 23) and lower also trust the user-added CA store by default....
Read more >
Code a Real-Time NativeScript App: SQLite
Code a Real-Time NativeScript App: Geolocation and Google Maps ... 6. 7. var db_name = "walks.db" ;. new Sqlite(db_name).then(db => {.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found