[mono-android] axml files issues
Jonathan Pryor
jpryor at novell.com
Mon Mar 21 13:22:38 EDT 2011
On Mar 21, 2011, at 1:10 PM, John Murray wrote:
> I think I’ve solved the issue – not sure if it is peculiar to Monodroid because the following xml is acceptable in Eclipse and Droiddraw but causes Monodroid in VS2010 to hang
What does this mean, exactly? Do you mean that within Eclipse and DroidDraw the XML renders as expected, but when you use the same XML on device with Mono for Android it fails to work?
If that's the case, could you try using that XML with a Java project, on device?
As far as I know, Mono for Android isn't doing anything special with the XML, we're (currently) just passing it as-is to `aapt` & co., so this _shouldn't_ behave any differently between a Mono for Android app & a Java app, on device...
Thanks,
- Jon
More information about the Monodroid
mailing list