vs2015中创建Android应用无法编译
effun 2015-08-14 10:36:04 从来没有接触过移动应用的开发,今天想试试,在vs2015中创建了一个Android Blank App,没有做任何改动,直接编译,结果编译不过,输出如下:
1>------ Build started: Project: App2, Configuration: Debug Any CPU ------
1> Processing: obj\Debug\res\layout\main.xml
1> Processing: obj\Debug\res\values\strings.xml
1> App2 -> e:\Projects\App2\App2\bin\Debug\App2.dll
1> Processing: obj\Debug\res\layout\main.xml
1> Processing: obj\Debug\res\values\strings.xml
1> Processing: obj\Debug\res\layout\main.xml
1> Processing: obj\Debug\res\values\strings.xml
1>C:\Program Files (x86)\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1662,3): error MSB6006: "java.exe" exited with code 1.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
怎么解决?