Failed to capture fingerprint of input files for task ':app:preDebugBuild' property 'compileManifests' during up-to-date check.
BUILD FAILED in 22s C:\Users\User\Desktop\UPKwiK\platforms\android\gradlew: Command failed with exit code 1 Error output: FAILURE: Build failed with an exception.
- What went wrong: Failed to capture fingerprint of input files for task ':app:preDebugBuild' property 'compileManifests' during up-to-date check.
In project 'app' a resolved Google Play services library dependency depends on another at an exact version (e.g. "[17.1. 1]", but isn't being resolved to that version. Behavior exhibited by the library will be unknown.
Dependency failing: com.google.firebase:firebase-messaging:17.5.0 -> com.google.firebase:firebase-iid@[17.1.1], but fire base-iid version was 19.0.0.
The following dependencies are project dependencies that are direct or have transitive dependencies that lead to the art ifact with the issue. -- Project 'app' depends onto com.google.firebase:[email protected] -- Project 'app' depends onto com.google.firebase:[email protected] -- Project 'app' depends onto com.google.firebase:[email protected] -- Project 'app' depends onto com.google.android.gms:[email protected] -- Project 'app' depends onto com.google.firebase:[email protected] -- Project 'app' depends onto com.google.android.gms:play-services-tagmanager@+ -- Project 'app' depends onto com.google.android.gms:[email protected] -- Project 'app' depends onto com.google.android.gms:[email protected] -- Project 'app' depends onto com.google.firebase:[email protected] -- Project 'app' depends onto com.google.firebase:[email protected] -- Project 'app' depends onto com.google.firebase:[email protected]
For extended debugging info execute Gradle from the command line with ./gradlew --info :app:assembleDebug to see the dep endency paths to the artifact. This error message came from the google-services Gradle plugin, report issues at https:// github.com/google/play-services-plugins and disable by adding "googleServices { disableVersionCheck = false }" to your b uild.gradle file.
-
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 22s [ERROR] An error occurred while running subprocess cordova.
cordova run android exited with exit code 1.
Re-running this command with the --verbose flag may provide more information.
Hi @Clint258, I've got the same problem... Have you find a solution ? I'm trying to resolve that :)
Unfortunately, i haven't yet.
A quinta, 27/06/2019, 17:26, Quentin Machard [email protected] escreveu:
Hi @Clint258 https://github.com/Clint258, I've got the same problem... Have you find a solution ? I'm trying to resolve that :)
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/google/play-services-plugins/issues/63?email_source=notifications&email_token=AMN5L6N3FWYNSYA4FBVMXPDP4TL2PA5CNFSM4H24PEPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYXPI4I#issuecomment-506393713, or mute the thread https://github.com/notifications/unsubscribe-auth/AMN5L6MNB3RA2KGS2BRCNV3P4TL2PANCNFSM4H24PEPA .
Hi,
I've fixed this error cleaning android project. I think you could try though Android Studio like this:

or console like this:
- go to app project folder.
- go to platform\android
- and execute:
gradlew clean
Regards.
Thanks, I'll try...
A quarta, 21/08/2019, 17:48, Marc Albert Piñeiro [email protected] escreveu:
Hi,
I've fixed this error cleaning android project. I think you could try though Android Studio like this:
[image: image] https://user-images.githubusercontent.com/8818854/63447070-a7de7780-c43b-11e9-8636-0c83940598e3.png
or console like this:
- go to app project folder.
- go to platform\android
- and execute:
gradlew clean
Regards.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/google/play-services-plugins/issues/63?email_source=notifications&email_token=AMN5L6PV2QXT2PDT4ZXIOK3QFVPWFA5CNFSM4H24PEPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD42EOGA#issuecomment-523519768, or mute the thread https://github.com/notifications/unsubscribe-auth/AMN5L6LQDRGVAL563LDYOTLQFVPWFANCNFSM4H24PEPA .
no one posted solution :(
cd android ./gradlew clean
I'm facing the same issue and I tried to clean according to what @marcalbet and @jahir9991 mentioned. The issue is still there.
Same...
tried that, too but i have still the same issue :(
Any update with this ?
@Clint258 do you resolve this issue?