Advertisement
Guest User

cordova build stackoverflow soufraz

a guest
Feb 19th, 2016
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.96 KB | None | 0 0
  1. soufraz@atlantis:~/Projects/apps/test$ cordova build
  2. ANDROID_HOME=/home/soufraz/Install/android-sdk-linux
  3. JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
  4.  
  5. FAILURE: Build failed with an exception.
  6.  
  7. * What went wrong:
  8. A problem occurred configuring root project 'android'.
  9. > Could not resolve all dependencies for configuration ':classpath'.
  10.    > Could not resolve com.android.tools.build:gradle:1.5.0.
  11.      Required by:
  12.          :android:unspecified
  13.       > Failure initializing default system SSL context
  14.  
  15. * Try:
  16. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  17.  
  18. BUILD FAILED
  19.  
  20. Total time: 0.668 secs
  21. ERROR building one of the platforms: Error code 1 for command: /home/soufraz/Projects/apps/test/platforms/android/gradlew with args: cdvBuildDebug,-b,/home/soufraz/Projects/apps/test/platforms/android/build.gradle,-Dorg.gradle.daemon=true,-Pandroid.useDeprecatedNdk=true
  22. You may not have the required environment or OS to build this project
  23. Error: Error code 1 for command: /home/soufraz/Projects/apps/test/platforms/android/gradlew with args: cdvBuildDebug,-b,/home/soufraz/Projects/apps/test/platforms/android/build.gradle,-Dorg.gradle.daemon=true,-Pandroid.useDeprecatedNdk=true
  24. soufraz@atlantis:~/Projects/apps/test$ cordova build --stacktrace
  25. ANDROID_HOME=/home/soufraz/Install/android-sdk-linux
  26. JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
  27.  
  28. FAILURE: Build failed with an exception.
  29.  
  30. * What went wrong:
  31. A problem occurred configuring root project 'android'.
  32. > Could not resolve all dependencies for configuration ':classpath'.
  33.    > Could not resolve com.android.tools.build:gradle:1.5.0.
  34.      Required by:
  35.          :android:unspecified
  36.       > Failure initializing default system SSL context
  37.  
  38. * Try:
  39. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  40.  
  41. BUILD FAILED
  42.  
  43. Total time: 0.675 secs
  44. ERROR building one of the platforms: Error code 1 for command: /home/soufraz/Projects/apps/test/platforms/android/gradlew with args: cdvBuildDebug,-b,/home/soufraz/Projects/apps/test/platforms/android/build.gradle,-Dorg.gradle.daemon=true,-Pandroid.useDeprecatedNdk=true
  45. You may not have the required environment or OS to build this project
  46. Error: Error code 1 for command: /home/soufraz/Projects/apps/test/platforms/android/gradlew with args: cdvBuildDebug,-b,/home/soufraz/Projects/apps/test/platforms/android/build.gradle,-Dorg.gradle.daemon=true,-Pandroid.useDeprecatedNdk=true
  47. soufraz@atlantis:~/Projects/apps/test$ cordova build --info
  48. ANDROID_HOME=/home/soufraz/Install/android-sdk-linux
  49. JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
  50.  
  51. FAILURE: Build failed with an exception.
  52.  
  53. * What went wrong:
  54. A problem occurred configuring root project 'android'.
  55. > Could not resolve all dependencies for configuration ':classpath'.
  56.    > Could not resolve com.android.tools.build:gradle:1.5.0.
  57.      Required by:
  58.          :android:unspecified
  59.       > Failure initializing default system SSL context
  60.  
  61. * Try:
  62. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  63.  
  64. BUILD FAILED
  65.  
  66. Total time: 0.662 secs
  67. ERROR building one of the platforms: Error code 1 for command: /home/soufraz/Projects/apps/test/platforms/android/gradlew with args: cdvBuildDebug,-b,/home/soufraz/Projects/apps/test/platforms/android/build.gradle,-Dorg.gradle.daemon=true,-Pandroid.useDeprecatedNdk=true
  68. You may not have the required environment or OS to build this project
  69. Error: Error code 1 for command: /home/soufraz/Projects/apps/test/platforms/android/gradlew with args: cdvBuildDebug,-b,/home/soufraz/Projects/apps/test/platforms/android/build.gradle,-Dorg.gradle.daemon=true,-Pandroid.useDeprecatedNdk=true
  70. soufraz@atlantis:~/Projects/apps/test$ cordova build --debug
  71. ANDROID_HOME=/home/soufraz/Install/android-sdk-linux
  72. JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
  73.  
  74. FAILURE: Build failed with an exception.
  75.  
  76. * What went wrong:
  77. A problem occurred configuring root project 'android'.
  78. > Could not resolve all dependencies for configuration ':classpath'.
  79.    > Could not resolve com.android.tools.build:gradle:1.5.0.
  80.      Required by:
  81.          :android:unspecified
  82.       > Failure initializing default system SSL context
  83.  
  84. * Try:
  85. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  86.  
  87. BUILD FAILED
  88.  
  89. Total time: 0.658 secs
  90. ERROR building one of the platforms: Error code 1 for command: /home/soufraz/Projects/apps/test/platforms/android/gradlew with args: cdvBuildDebug,-b,/home/soufraz/Projects/apps/test/platforms/android/build.gradle,-Dorg.gradle.daemon=true,-Pandroid.useDeprecatedNdk=true
  91. You may not have the required environment or OS to build this project
  92. Error: Error code 1 for command: /home/soufraz/Projects/apps/test/platforms/android/gradlew with args: cdvBuildDebug,-b,/home/soufraz/Projects/apps/test/platforms/android/build.gradle,-Dorg.gradle.daemon=true,-Pandroid.useDeprecatedNdk=true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement