2016-03-26 6 views
0

Hoffnung, die ich jemanden finden, der mich mit meinem ersten Android-Anwendung helfen würde, ich habe gerade ein neues Projekt erstellt, auf den ersten ich die folgenden Fehler in dem Ereignisprotokoll erhalten:Android erste App Fehler in Ereignisprotokoll

5:06:35 PM Gradle sync started 
5:06:35 PM Gradle sync failed: Invalid Project Jdk 
5:06:35 PM AssertionError: update failed for ActionGroup: (The virtual device to render the layout with)[]: Already disposed: Module: 'MobileSupport' 
5:07:14 PM Gradle sync started 
5:07:15 PM AssertionError: update failed for ActionGroup: (The virtual device to render the layout with)[]: Already disposed: Module: 'MobileSupport' 
5:07:25 PM AssertionError: update failed for ActionGroup: (The virtual device to render the layout with)[]: Already disposed: Module: 'MobileSupport' 
5:07:35 PM AssertionError: update failed for ActionGroup: (The virtual device to render the layout with)[]: Already disposed: Module: 'MobileSupport' 
5:07:45 PM AssertionError: update failed for ActionGroup: (The virtual device to render the layout with)[]: Already disposed: Module: 'MobileSupport' 
5:07:56 PM AssertionError: update failed for ActionGroup: (The virtual device to render the layout with)[]: Already disposed: Module: 'MobileSupport' 
5:08:01 PM AssertionError: update failed for ActionGroup: (The virtual device to render the layout with)[]: Already disposed: Module: 'MobileSupport' 
5:08:06 PM AssertionError: update failed for ActionGroup: (The virtual device to render the layout with)[]: Already disposed: Module: 'MobileSupport' 
5:08:11 PM AssertionError: update failed for ActionGroup: (The virtual device to render the layout with)[]: Already disposed: Module: 'MobileSupport' 
5:08:16 PM AssertionError: update failed for ActionGroup: (The virtual device to render the layout with)[]: Already disposed: Module: 'MobileSupport' 
5:15:58 PM AssertionError: update failed for ActionGroup: (The virtual device to render the layout with)[]: Already disposed: Module: 'MobileSupport' 
5:16:03 PM AssertionError: update failed for ActionGroup: (The virtual device to render the layout with)[]: Already disposed: Module: 'MobileSupport' 
5:16:08 PM com.intellij.diagnostic.MessagePool$TooManyErrorsException: Too many IDE fatal errors. Monitoring stopped. 

Ich habe noch nichts getan, und auch nicht zeigen das Handy, das meine Arbeit machen sollte. Danke im Voraus.

Antwort

0

bitte in android-Studio try:

  1. Bauen >> Rein Projekt
  2. Restart android-Studio
0
  1. Es ist wie im Android Studio sieht nicht in der Lage ist, das lokalisieren Ordner wo sich Ihr JDK befindet. Wenn Sie bereits das JDK heruntergeladen haben, gehen zu

    Datei -> Projektstruktur -> SDK Standort tab -> in JDK Lage Textfeld

    es den richtigen Pfad angeben, wo Sie Ihre JDK extrahiert haben Mappe.

  2. Eine weitere Möglichkeit besteht darin, dass Ihre SDK-Pfad Zeichen Leerzeichen enthalten kann, das zu beheben, gehen Sie zu

    Datei -> Projektstruktur -> SDK Standort tab -> Android SDK Textfeld

    Stellen Sie sicher, dass der SDK-Pfad nicht enthält C:\Program Files\Android\sdk Programmdateien Ordner enthält hier ein Leerzeichen, also verschieben Sie das SDK in einen anderen Ordner mit keine Leerzeichen und stellen Sie diesen Pfad hier.

0

Versuchen Sie, die ".idea" -Ordner

entfernen
Verwandte Themen