capacitor-community/google-maps

Error in build-data.properties

gassssty opened this issue · 1 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'
}