2017-10-01 7 views
0

私は、私が使用し、Androidのためのイオンと私の最初のアプリを公開しようとしているエクスポートが失敗するアンドロイドエラーを構築イオン性コルドバは

を|コマンド実行[19:52:24] lintが21.58秒で終了しました ×実行コマンド - 失敗しました!コルドバはアンドロイド--release(終了コード1)構築の実行中に [ERROR]はエラーが発生しました:

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. 
+0

ないイオンがBintrayプラグインを必要とする理由を確認してください。また、IonicはAndroid SDKに含まれていないため、最初はAndroid関連の質問です。 – milosmns

答えて

0

がandroid_homeクラスパスが正しく設定されていることを確認し

+0

私がcmdに '' 'android'''と入力すると、アンドロイドのsdkマネージャーが開きます。 –

関連する問題