DevZatokio

Results 10 comments of DevZatokio

@kefahB query is available for angular?

correct @agabrie. Every time it is compiled, that code is generated from "aar", I suppose that it generates the xml files for the compilation of the map.

Solution 1.- node_modules/nativescript-google-maps-sdk/platforms/android/include.gradle replace '+' with '17.0.0' 2.- verification App_Resources/Android/app.gradle ``` project.ext { googlePlayServicesVersion = "17.0.0" } android{ ... dependencies{ def googlePlayServicesVersion = project.ext.googlePlayServicesVersion ... compile "com.google.android.gms:play-services-location:18.0.0" compile "com.google.android.gms:play-services-base:$googlePlayServicesVersion" compile...

@truongngodang any solution?

it's a mistake ? or what is going?

Why does this error occur when installing the plugin?

Solution Nativescript 6, in version 7 of nativescript it does not present the errors. ``` implementation 'androidx.camera:camera-view:1.0.0-alpha29' implementation 'androidx.camera:camera-camera2:1.0.1' ```

I went through the same thing `App_Resources/Android/app.gradle`