capacitor-community / google-maps

Capacitor Plugin using native Google Maps SDK for Android and iOS.

Home Page:https://capacitor-community.github.io/google-maps/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error in build-data.properties

gassssty opened this issue · comments

Hello to all of you!

I'm trying to put the google maps capacitor plugin, but when I do all the steps and then compile the application with Android Studio, I get an error in the 'build-data.properties' file.

I try to look for that file but it doesn't appear in my 'android' folder...

I attach an image of what the error is:
image

Thanks!! :D

I just added in the app/build.gradle those lines:

packagingOptions {
        exclude  'build-data.properties'
}