2017-10-01 7 views
0

Ich versuche, meine erste App mit Ionic für Android zu veröffentlichen, die ich benutze:Ionic cordova build android Fehler konnten nicht exportiert werden

cordova build android --release 

Aber es zeigt diesen Fehler:

| Laufender Befehl [19:52:24] Lint beendet in 21,58 s × Laufender Befehl - fehlgeschlagen! [ERROR] Fehler beim cordova bauen android --release läuft (Exit-Code 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. 
+0

Nicht sicher richtig eingestellt wurde, warum Ionic das Bintray Plugin benötigen würde . Auch nicht sicher, dass dies eine Android-bezogene Frage an erster Stelle ist, da Ionic nicht in Android SDK ist. – milosmns

Antwort

0

sicherstellen, dass die android_home Classpath

+0

wenn ich '' 'android''' in cmd eintippe, öffnet es android sdk manager, ist das korrekt? –