play-services-plugins icon indicating copy to clipboard operation
play-services-plugins copied to clipboard

Failed to capture fingerprint of input files for task ':app:preDebugBuild' property 'compileManifests' during up-to-date check.

Open Clint258 opened this issue 6 years ago • 11 comments

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.

Clint258 avatar Jun 24 '19 08:06 Clint258

Hi @Clint258, I've got the same problem... Have you find a solution ? I'm trying to resolve that :)

qmachard avatar Jun 27 '19 15:06 qmachard

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 .

Clint258 avatar Jul 01 '19 06:07 Clint258

Hi,

I've fixed this error cleaning android project. I think you could try though Android Studio like this:

image

or console like this:

  • go to app project folder.
  • go to platform\android
  • and execute:

gradlew clean

Regards.

marcalbet avatar Aug 21 '19 15:08 marcalbet

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 .

Clint258 avatar Aug 23 '19 13:08 Clint258

no one posted solution :(

aabi0044 avatar Sep 18 '19 19:09 aabi0044

cd android ./gradlew clean

jahir9991 avatar Oct 22 '19 19:10 jahir9991

I'm facing the same issue and I tried to clean according to what @marcalbet and @jahir9991 mentioned. The issue is still there.

nouhouari avatar Oct 28 '19 23:10 nouhouari

Same...

paulo-campos avatar Oct 30 '19 22:10 paulo-campos

tried that, too but i have still the same issue :(

Sunny41 avatar Dec 02 '19 13:12 Sunny41

Any update with this ?

damsorian avatar Apr 07 '20 21:04 damsorian

@Clint258 do you resolve this issue?

damsorian avatar Apr 07 '20 21:04 damsorian