capacitor-community / google-maps

Capacitor Plugin using native Google Maps SDK for Android and iOS.
https://capacitor-community.github.io/google-maps/
MIT License
153 stars 64 forks source link

This is dead!?!?! does not work #192

Closed eomonteiro closed 2 years ago

eomonteiro commented 2 years ago

FAILURE: Build completed with 8 failures.

1: Task failed with an exception.

tafelnl commented 2 years ago

This project is most certainly not dead. When you have followed all the steps from the docs correctly, it should work. If you have an error, please provide us with a minimal reproduction so we can help you out.

lilian131 commented 2 years ago

@eomonteiro did you find solution ? I have exactly the same error. @tafelnl What information do you need ?

lilian131 commented 2 years ago

on fresh ionic blanc android project: node: -v: v14.16.0 npm -v: 7.9.0 ionic -v : 6.20.1 @capacitor/core @capacitor/android -v: 4.3.0 Gradle 7.4.2 OS: Mac OS X 12.1 x86_64

it works on ios

tafelnl commented 2 years ago

Capacitor v4 is not yet officially supported. I think it should work fine though.

If you encounter issues, please provide a minimal reproduction, so we can dive into it. Unfortunately, without a reproduction it's nearly impossible to reproduce such an error.

lilian131 commented 2 years ago

I got it work thanks

Dawit114 commented 1 year ago

@lilian131 how did you solve this? I have the same problem.

lilian131 commented 1 year ago

I now use this https://capacitorjs.com/docs/apis/google-maps @Dawit114