Guillem Perez
Guillem Perez
@tapan1359 I solve that problem with a fork, maybe could be useful to you: https://github.com/we-are-Joinup/background-geolocation-android/commit/5c561cc911333c5dc1e5198ec3a905bf9335abb7 https://github.com/we-are-Joinup/cordova-plugin-background-geolocation/commit/99f9a2c46626e425df7fdcc7d03648b67d052be9
@kruherson1337 check this https://github.com/cjb/serverless-webrtc/pull/27
Same error here.
@keev-studio, @hrhosni You can try that fork https://github.com/we-are-joinup/cordova-plugin-googlemaps/ I'm upgrading to [email protected] and seems that everything is working.
That's true, but the error is self explanatory, you need to change: `compile(name:'tbxml-android',` `ext:'aar')` to `implementation(name:'tbxml-android', ext:'aar')` inside: _platforms/android/cordova-plugin-googlemaps/***-tbxml-android.gradle_
It's seems that the project can find the com.google.android properly. With that screenshot I don't have any clue why. Try running with: `cordova build android --verbose` What Ionic info show:...
_compileSdkVersion is not specified_ Try to specify with:
Well I see another error. Is a progress. I think will be better if you create a github project with your native configuration and then I can try to build...