On Sep 6, 2011, at 10:22 AM, Tomasz Cielecki wrote: > Though I find it a lot cumbersome to debug on those Java classes as my debug > window in VS does not show output from the Java compiler
You mean the Output window (as suggested by the screenshot) and viewing javac errors? You need to increase the MSBuild verbosity level: http://android.xamarin.com/Documentation/Troubleshoot#monodroid.exe_exited_with_code_1 Though you later state: > Increasing verbosity seems not to show what the java classes fail on. > The only output I get there is for the C# code in the project, javac > output is for some reason omitted entirely. This seems rather odd. You could try increasing mandroid verbosity: http://android.xamarin.com/Documentation/Build_Process#Mandroid_Arguments Using <MandroidExtraArgs>-v=10</MandroidExtraArgs> will preserve generated intermediate files and print out the full javac command (assuming MSBuild doesn't truncate it; see above steps on setting the MSBuild verbosity level). If this doesn't show your javac errors, at least you'll see what javac command mandroid is using to compile the code. - Jon _______________________________________________ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid