I am new to xamarin.android applications. I load one map project from http://developer.xamarin.com/samples/MapsAndLocationDemo/
and I try to run the application in visual studio 2013, and when debugging I get an error, for example, "Java.exe", which is output with code 1. I am trying to solve this, but I could not. I also encountered some other problems, finally I solve them. but this error still exists. when i try to find the error it shows the code as below
<CompileToDalvik
DxJarPath="$(DxJarPath)"
JavaToolPath="$(JavaToolPath)"
JavaMaximumHeapSize="$(JavaMaximumHeapSize)"
JavaOptions="$(JavaOptions)"
ClassesOutputDirectory="$(IntermediateOutputPath)android\bin\classes"
MonoPlatformJarPath="$(MonoPlatformJarPath)"
JavaSourceFiles="@(AndroidJavaSource)"
JavaLibraries="@(AndroidJavaLibrary)"
ExternalJavaLibraries="@(AndroidExternalJavaLibrary)"
LibraryProjectJars="$(IntermediateOutputPath)__library_projects__\*.jar"
DoNotPackageJavaLibraries="@(_ResolvedDoNotPackageAttributes)"
ToolPath="$(DxToolPath)"
ToolExe="$(DxToolExe)"
UseDx="$(UseDx)"
AdditionalJavaLibraryReferences="@(_AdditionalJavaLibraryReferences)"
/>
"C:\Program Files (x86)\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets"
- , , .
.