Nativescript 6.0 error maps arr
See original GitHub issueMissing ‘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:
- Created 2 years ago
- Reactions:3
- Comments:16
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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’
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