Advertisement
Guest User

Untitled

a guest
Jan 29th, 2016
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. ANDROID_HOME=/opt/android-sdk-linux
  2.  
  3. JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
  4.  
  5.  
  6.  
  7. FAILURE:
  8. Build failed with an exception.
  9.  
  10.  
  11.  
  12. * What went wrong:
  13.  
  14. A problem occurred configuring root project 'android'.
  15.  
  16. >
  17. Could not resolve all dependencies for configuration ':classpath'.
  18.  
  19. > Could not resolve com.android.tools.build:gradle:1.5.0.
  20.  
  21. Required by:
  22.  
  23. :android:unspecified
  24.  
  25.  
  26. >
  27. Failure initializing default system SSL context
  28.  
  29.  
  30.  
  31. * Try:
  32.  
  33. Run with
  34. --stacktrace option to get the stack trace. Run with
  35. --info or --debug
  36. option to get more log output.
  37.  
  38.  
  39.  
  40. BUILD FAILED
  41.  
  42.  
  43.  
  44. Total time: 0.552 secs
  45.  
  46. ERROR building one of the platforms: Error code 1 for command: /home/ssellmeier/Dokumente/hello/platforms/android/gradlew with args: cdvBuildDebug,-b,/home/ssellmeier/Dokumente/hello/platforms/android/build.gradle,-Dorg.gradle.daemon=true,-Pandroid.useDeprecatedNdk=true
  47. You may not have the required environment or OS to build this project
  48.  
  49. Error: Error code 1 for command: /home/ssellmeier/Dokumente/hello/platforms/android/gradlew with args: cdvBuildDebug,-b,/home/ssellmeier/Dokumente/hello/platforms/android/build.gradle,-Dorg.gradle.daemon=true,-Pandroid.useDeprecatedNdk=true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement