Ionic cordova构建android错误无法导出

时间:2017-10-01 16:31:14

标签: ionic-framework

我正在尝试使用Ionic for Android发布我的第一个应用程序,我使用:

cordova build android --release

但它显示了这个错误:

|运行命令[19:52:24] lint在21.58秒完成 ×运行命令 - 失败! [错误]运行cordova build android时出错 - 释放(退出代码1):

    ANDROID_HOME=C:\Program Files (x86)\Android\android-sdk
    JAVA_HOME=C:\Program Files\Java\jdk1.8.0_112
    Starting a Gradle Daemon (subsequent builds will be faster)
    :wrapper

    BUILD SUCCESSFUL in 16s
    1 actionable task: 1 executed
    Subproject Path: CordovaLib
    The Task.leftShift(Closure) method has been deprecated and is scheduled to be removed in Gradle 5.0. Please use
    Task.doLast(Action) instead.
            at build_79qurmse68iuc8ksfkmhnwhsg.run(D:\IONIC\Projects\myFirstApp\platforms\android\build.gradle:137)

    FAILURE: Build failed with an exception.

    * What went wrong:
    A problem occurred configuring root project 'android'.
    > Could not resolve all dependencies for configuration ':_debugApk'.
        > A problem occurred configuring project ':CordovaLib'.
           > Could not resolve all dependencies for configuration ':CordovaLib:classpath'.
              > Could not resolve com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3.
                Required by:
                    project :CordovaLib
                 > Could not resolve com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3.
                    > Could not get resource
    'https://jcenter.bintray.com/com/jfrog/bintray/gradle/gradle-bintray-plugin/1.7.3/gradle-bintray-plugin-1.7.3.pom'.
                       > Could not GET
    'https://jcenter.bintray.com/com/jfrog/bintray/gradle/gradle-bintray-plugin/1.7.3/gradle-bintray-plugin-1.7.3.pom'.
                          > Connect to jcenter.bintray.com:443 [jcenter.bintray.com/108.168.243.150] failed:
    Connection timed out: connect

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

    BUILD FAILED

    Total time: 32.287 secs
    Error: cmd: Command failed with exit code 1 Error output:
    FAILURE: Build failed with an exception.

    * What went wrong:
    A problem occurred configuring root project 'android'.
    > Could not resolve all dependencies for configuration ':_debugApk'.
        > A problem occurred configuring project ':CordovaLib'.
           > Could not resolve all dependencies for configuration ':CordovaLib:classpath'.
              > Could not resolve com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3.
                Required by:
                    project :CordovaLib
                 > Could not resolve com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3.
                    > Could not get resource
    'https://jcenter.bintray.com/com/jfrog/bintray/gradle/gradle-bintray-plugin/1.7.3/gradle-bintray-plugin-1.7.3.pom'.
                       > Could not GET
    'https://jcenter.bintray.com/com/jfrog/bintray/gradle/gradle-bintray-plugin/1.7.3/gradle-bintray-plugin-1.7.3.pom'.
                          > Connect to jcenter.bintray.com:443 [jcenter.bintray.com/108.168.243.150] failed:
    Connection timed out: connect

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

1 个答案:

答案 0 :(得分:0)

确保已正确设置android_home类路径