2016-07-02 15 views
3

私はandroid studio2で初めてのプロジェクトを作成しました。私は緑の三角ボタンを押すと(Nexus4)の仮想デバイスを作成するときにはエラーが来た:(build.gradleにAndroidのブロックにエミュレータでAVDを起動できず、Gradleはビルドされません

repositories { 
    maven { url 'http://repo1.maven.org/maven2' } 
} 

モジュール:

Cannot launch AVD in emulator. 

Output 

Hax is enabled 

Hax ram_size 0x60000000 

HAX is working and emulator runs in fast virt mode. 

console on port 5554, ADB on port 5555 

emulator: WARNING: UpdateCheck: Failure: No error 

none.xml:1: parser error : Extra content at the end of the document 

emulator: WARNING: UpdateCheck: failed to get the latest version, skipping check (current version '25.1.7'6ce&amp;os=Windows&amp;version=25.1.7.0&amp;coreVersion=qemu2%202.2.0">Found</a> 

は、私はこれだけのコードを追加しました:アプリ)、別のエラーのために:私もメッセージのGradleで、より多くのエラーがビルドします

(failed to resolve junit) 

http://pastebin.com/3K30mApG

問題とその解決方法は何ですか? app.gradle

答えて

0

行くとbuildToolsVersion: "23.0.2"

+0

buildToolsVersionを変更私はこれを持って:あなたが使用しているのjavaのバージョンのツール23.0.2および23.0.2同期 – future2020

+0

を構築見つけることができませんでしたか? – giannisf

+0

私はjdkを持っています1.8.0_92 – future2020

関連する問題