Advertisement
Guest User

Untitled

a guest
Apr 20th, 2018
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. C:\Users\chiller\Desktop\github\poiguide>react-native run-android
  2. Scanning folders for symlinks in C:\Users\chiller\Desktop\github\poiguide\node_modules (21ms)
  3. JS server already running.
  4. Building and installing the app on the device (cd android && gradlew.bat installDebug)...
  5.  
  6. > Configure project :app
  7. Could not find google-services.json while looking in [src/debug]
  8. registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
  9. Could not find google-services.json while looking in [src/release]
  10. registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
  11.  
  12.  
  13. FAILURE: Build failed with an exception.
  14.  
  15. * What went wrong:
  16. Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.
  17. > Could not resolve all task dependencies for configuration ':app:debugCompileClasspath'.
  18. > Could not resolve project :react-native-background-fetch.
  19. Required by:
  20. project :app
  21. > Unable to find a matching configuration of project :react-native-background-fetch: None of the consumable config
  22. urations have attributes.
  23. > Could not resolve project :react-native-background-geolocation.
  24. Required by:
  25. project :app
  26. > Unable to find a matching configuration of project :react-native-background-geolocation: None of the consumable
  27. configurations have attributes.
  28. > Could not resolve project :react-native-tts.
  29. Required by:
  30. project :app
  31. > Unable to find a matching configuration of project :react-native-tts: None of the consumable configurations have
  32. attributes.
  33. > Could not resolve project :react-native-firebase.
  34. Required by:
  35. project :app
  36. > Unable to find a matching configuration of project :react-native-firebase: None of the consumable configurations
  37. have attributes.
  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
  41. --scan to get full insights.
  42.  
  43. * Get more help at https://help.gradle.org
  44.  
  45. BUILD FAILED in 0s
  46. Could not install the app on the device, read the error above for details.
  47. Make sure you have an Android emulator running or a device connected and have
  48. set up your Android development environment:
  49. https://facebook.github.io/react-native/docs/getting-started.html
  50.  
  51. C:\Users\chiller\Desktop\github\poiguide>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement