dazzle icon indicating copy to clipboard operation
dazzle copied to clipboard

Android fails to build

Open fabricedesre opened this issue 7 years ago • 0 comments

Looks like it fails to find a react-native-blue dependency:

./gradlew 

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring project ':app'.
> Could not resolve all dependencies for configuration ':app:_debugCompile'.
   > Could not find com.fivehundredpx:blurringview:1.0.0.
     Searched in the following locations:
         https://jcenter.bintray.com/com/fivehundredpx/blurringview/1.0.0/blurringview-1.0.0.pom
         https://jcenter.bintray.com/com/fivehundredpx/blurringview/1.0.0/blurringview-1.0.0.jar
         file:/home/fabrice/Android/Sdk/extras/android/m2repository/com/fivehundredpx/blurringview/1.0.0/blurringview-1.0.0.pom
         file:/home/fabrice/Android/Sdk/extras/android/m2repository/com/fivehundredpx/blurringview/1.0.0/blurringview-1.0.0.jar
         file:/home/fabrice/Android/Sdk/extras/google/m2repository/com/fivehundredpx/blurringview/1.0.0/blurringview-1.0.0.pom
         file:/home/fabrice/Android/Sdk/extras/google/m2repository/com/fivehundredpx/blurringview/1.0.0/blurringview-1.0.0.jar
     Required by:
         Dazzle:app:unspecified > Dazzle:react-native-blur:unspecified

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

fabricedesre avatar May 07 '17 17:05 fabricedesre