Closed craig-at-rsg closed 2 years ago
The build works for me against the multiple_maps branch, but the map doesn't load for me there. I tried to put a breakpoint at CordovaGoogleMaps.this.getMap(args, callbackContext)
, but that doesn't seem to get hit. I can keep debugging, but I was hoping someone else could tell me what I'm doing wrong; I was trying to upgrade to target Android SDK 31...
I was using the multiple_maps branch, and that would work for me if the map was showing, so I don't need to get the answer to how to compile against the master branch.
I having same issue. I tried to delete cordova plugin androidx, because I read anything about. but nothing
I'm submitting a ... (check one with "x")
OS: (check one with "x")
cordova information: (run
$> cordova plugin list
)Ionic packages
Current behavior:
The Android version won't compile; multiple failures with "package com.google.android.libraries.maps.model does not exist"
Expected behavior:
The code should compile
Related code, data or error log (please format your code or data): I see this output during the build:
Which show's this plugin's custom gradle is setting the dependencies correctly:
In Android Studio's Gradle view, I see:
I went through other issue reports to try to find the problem, and I asked on stackoverflow, but I'm really stuck and hoping someone can help me.