How did you create the Java file? If you did it through VS2010 via New->Text
File or something like like that, it's possible you've got an encoding
problem (see
http://stackoverflow.com/questions/7226118/how-do-i-add-multiple-java-classes-into-a-mono-for-android-project
for
an example). You can try checking the encoding to see if that's the
problem.

You can also try increasing the build output verbosity (
http://android.xamarin.com/Documentation/Troubleshoot) to see if that gives
you more information on why it's failing.

On Tue, Sep 6, 2011 at 10:22 AM, Tomasz Cielecki <tom...@ostebaronen.dk>wrote:

> I have a MonoDroid application which uses MapView and some overlays,
> these things are written in Java. 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, and I simply get a window from
> MonoDroid saying something is wrong.
>
> My screen looks like this:
> http://imageshack.us/photo/my-images/823/70400108.png/
>
> How do I get more information about what is wrong? I can't seem to
> find any logs with this info.
> --
> Med Venlig Hilsen / With Best Regards
> Tomasz Cielecki
> http://ostebaronen.dk
> _______________________________________________
> Monodroid mailing list
> Monodroid@lists.ximian.com
>
> UNSUBSCRIBE INFORMATION:
> http://lists.ximian.com/mailman/listinfo/monodroid
>
_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to