You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.
The Android build passes at this point. I then installed the cordova-background-geolocation-lt plugin , removed and added the Android platform and ran the build again. The build fails. Clearly there's an incompatibility with the plugin. Can this be resolved?
Many other plugins require Google Play Services and/or Firebase libraries. This is a common source of Android build-failures, since the play-services library version must be aligned to the same version for all plugins. For example, when one plugin imports version 11.0.1 and another one imports 11.2.0, a gradle build failure will occur. Use the GOOGLE_API_VERSION to align the required play-services version with other plugins.
Maybe that's the issue and can it be fixed fast?
It's worth noting that there are other plugin incompatibilities when using this plugin e.g. the plugin does not work on iOS when using WKWebView.
The text was updated successfully, but these errors were encountered:
Has anyone had any success with https://github.com/cloudant/sync-android? ... with the recent release of couchbase lite we see support for cordova completely dropped ... perhaps cloudant is the solution?
Hi,
I've created a clean Ionic project with the default plugins and added this plugin:
The Android build passes at this point. I then installed the
cordova-background-geolocation-lt
plugin , removed and added the Android platform and ran the build again. The build fails. Clearly there's an incompatibility with the plugin. Can this be resolved?The creators of the cordova-background-geolocation-lt plugin say that all plugins must use the same version of play-services for the Android build to pass:
Maybe that's the issue and can it be fixed fast?
It's worth noting that there are other plugin incompatibilities when using this plugin e.g. the plugin does not work on iOS when using WKWebView.
The text was updated successfully, but these errors were encountered: