-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatibility between this plug-in and cordova-plugin-background-geolocation #1043
Comments
|
I had a similar issue to you when attempting to use this plugin with cordova-plugin-geolocation-services. I ended up swapping this plugin with a more-updated fork found here: Once installed, I then overrode the google services plugin version from 11+ (the default, or suggested) to 16+ on the cordova-plugin-background-geolocation. Hope this helps. |
how did you override the google services plugin version? i have de same problem: Failed to capture fingerprint of input files for task ':app:preDebugBuild' property 'compileManifests' during up-to-date check.
Dependency failing: com.google.firebase:firebase-measurement-connector-impl:17.0.5 -> com.google.android.gms:play-servic |
Your Environment
cordova -v
): 8.0.0cordova platform ls
):Context
Compatibility problems with sub-plug-ins and cordova-plugin-firebase
I don't know if it's the plug-in problem or the cordova-plugin-firebase problem. I should give that plug-in feedback and ask the author to fix it.
This causes gradle to fail,
Expected Behavior
Actual Behavior
Possible Fix
Steps to Reproduce
Context
Debug logs
`Discovered saved plugin "mx.ferreyra.callnumber". Adding it to the project
Plugin "call-number" already installed on android.
Preparing Firebase on Android
Checking Java JDK and Android SDK versions
ANDROID_SDK_ROOT=undefined (recommended setting)
ANDROID_HOME=D:\android sdk (DEPRECATED)
Subproject Path: CordovaLib
Subproject Path: app
Starting a Gradle Daemon, 1 incompatible and 1 stopped Daemons could not be reused, use --status for details
Could not resolve all files for configuration ':app:debugCompileClasspath'.
Required by:
project :app
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Get more help at https://help.gradle.org
BUILD FAILED in 4m 35s
3 actionable tasks: 1 executed, 2 up-to-date
E:\AuszDriverApp\platforms\android\gradlew: Command failed with exit code 1 Error output:
FAILURE: Build failed with an exception.
Could not resolve all files for configuration ':app:debugCompileClasspath'.
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Get more help at https://help.gradle.org
BUILD FAILED in 4m 35s
`
The text was updated successfully, but these errors were encountered: