Advertisement
Guest User

Untitled

a guest
Sep 25th, 2019
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.12 KB | None | 0 0
  1. Using java version "13" 2019-09-17
  2. Java(TM) SE Runtime Environment (build 13+33)
  3. Java HotSpot(TM) 64-Bit Server VM (build 13+33, mixed mode, sharing)
  4. Sep 25 06:33:10.623 Picked up JAVA_TOOL_OPTIONS: -Duser.language=en
  5. Sep 25 06:33:12.506 Warning:
  6. Sep 25 06:33:12.516 The JKS keystore uses a proprietary format. It is recommended to migrate to PKCS12 which is an industry standard format using "keytool -importkeystore -srckeystore /Users/Max/courier.keystore -destkeystore /Users/Max/courier.keystore -deststoretype pkcs12".
  7. Sep 25 06:33:12.603 Testing credentials for '/Users/Max/courier.keystore':
  8. Sep 25 06:33:12.714 Picked up JAVA_TOOL_OPTIONS: -Duser.language=en
  9. Sep 25 06:33:16.446 jar signed.
  10. Sep 25 06:33:25.390 Using java version "13" 2019-09-17
  11. Java(TM) SE Runtime Environment (build 13+33)
  12. Java HotSpot(TM) 64-Bit Server VM (build 13+33, mixed mode, sharing)
  13. Sep 25 06:33:26.198 Building Android app for [email protected] with 2019.3530
  14. Sep 25 06:33:27.390 Using custom build id from app bundle: 00000 (AppSettings.lua)
  15. Sep 25 06:33:37.134 BUILD SUCCESSFUL
  16. Total time: 8 seconds
  17. Sep 25 06:33:59.619
  18. Sep 25 06:33:59.620 FAILURE: Build failed with an exception.
  19. Sep 25 06:33:59.620 * What went wrong:
  20. Sep 25 06:33:59.620 A problem occurred configuring root project 'Corona Android'.
  21. >
  22. Sep 25 06:33:59.621 Could not resolve all artifacts for configuration ':classpath'.
  23.  
  24. Sep 25 06:33:59.621 > Could not find com.android.tools.build:gradle:3.5.0.
  25. Sep 25 06:33:59.621 Searched in the following locations:
  26. Sep 25 06:33:59.642 - file:/Users/Max/.gradle/caches/5.4.1/embedded-kotlin-repo-1.3.21-3/repo/com/android/tools/build/gradle/3.5.0/gradle-3.5.0.jar
  27. Sep 25 06:33:59.643 - https://dl.google.com/dl/android/maven2/com/android/tools/build/gradle/3.5.0/gradle-3.5.0.pom
  28. - https://dl.google.com/dl/android/maven2/com/android/tools/build/gradle/3.5.0/gradle-3.5.0.jar
  29. - https://jcenter.bintray.com/com/android/tools/build/gradle/3.5.0/gradle-3.5.0.pom
  30. - https://jcenter.bintray.com/com/android/tools/build/gradle/3.5.0/gradle-3.5.0.jar
  31. Required by:
  32. project :
  33.  
  34. * Try:
  35. 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.
  36.  
  37. * Get more help at https://help.gradle.org
  38.  
  39. BUILD FAILED in 21s
  40. Sep 25 06:34:00.666 Excluding specified files from build:
  41. excluding: Icon.png
  42. excluding: Icon-Small-*.png
  43. excluding: Icon*@2x.png
  44. excluding: _src
  45. Android build failed (256) after 33 seconds
  46. Sep 25 06:34:01.003 ERROR: Build Failed: Failed to Build
  47.  
  48. Error code: 256
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement