Guest User

Untitled

a guest
Jul 7th, 2020
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.10 KB | None | 0 0
  1. * What went wrong:
  2. Failed to capture fingerprint of input files for task ':app:preDebugBuild' property 'compileManifests' during up-to-date check.
  3. > In project 'app' a resolved Google Play services library dependency depends on another at an exact version (e.g. "[11.0.
  4. 4]", but isn't being resolved to that version. Behavior exhibited by the library will be unknown.
  5.  
  6. Dependency failing: com.google.android.gms:play-services-ads:11.0.4 -> com.google.android.gms:play-services-basement@[11
  7. .0.4], but play-services-basement version was 17.0.0.
  8.  
  9. The following dependencies are project dependencies that are direct or have transitive dependencies that lead to the art
  10. ifact with the issue.
  11. -- Project 'app' depends onto com.google.firebase:[email protected]
  12. -- Project 'app' depends onto com.google.android.gms:[email protected]
  13. -- Project 'app' depends onto com.google.android.gms:[email protected]
  14. -- Project 'app' depends onto com.google.android.gms:[email protected]
  15. -- Project 'app' depends onto com.google.android.gms:[email protected]
  16. -- Project 'app' depends onto com.google.android.gms:[email protected]
  17. -- Project 'app' depends onto com.google.android.gms:[email protected]
  18. -- Project 'app' depends onto com.google.firebase:[email protected]
  19. -- Project 'app' depends onto com.google.firebase:[email protected]
  20. -- Project 'app' depends onto com.google.firebase:[email protected].+
  21. -- Project 'app' depends onto com.google.android.gms:[email protected]
  22. -- Project 'app' depends onto com.google.android.gms:[email protected]
  23. -- Project 'app' depends onto com.google.android.gms:[email protected]
  24. -- Project 'app' depends onto com.google.android.gms:[email protected]
  25. -- Project 'app' depends onto com.google.android.gms:[email protected]
  26. -- Project 'app' depends onto com.google.firebase:[email protected]
  27. -- Project 'app' depends onto com.google.android.gms:[email protected]
  28. -- Project 'app' depends onto com.google.android.gms:[email protected]
  29. -- Project 'app' depends onto com.google.android.gms:[email protected]
  30. -- Project 'app' depends onto com.google.android.gms:[email protected]
  31. -- Project 'app' depends onto com.google.firebase:[email protected]
  32. -- Project 'app' depends onto com.google.android.gms:[email protected]
  33.  
  34. For extended debugging info execute Gradle from the command line with ./gradlew --info :app:assembleDebug to see the dep
  35. endency paths to the artifact. This error message came from the google-services Gradle plugin, report issues at https://
  36. github.com/google/play-services-plugins and disable by adding "googleServices { disableVersionCheck = false }" to your b
  37. uild.gradle file.
  38.  
  39. * Try:
  40. 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.
Add Comment
Please, Sign In to add comment