On Mar 23, 2012, at 8:43 AM, andyjohnson0 wrote:
> I've finally got to the root of this. As you suspected, I had a class derived 
> from Android.App.Application that had a [Application(Label = "MyApp")] 
> attribute. It looks like this was conflicting with the manifest, which had a 
> <application android:label="MyApp"> element. I've removed the attribute from 
> the class.

Generally, you should prefer custom attributes over XML fragments within 
AndroidManifest.xml.

> Does a debug build have android.permission.INTERNET by default somehow?

Yes. We add it so that the debugger can attach to the process, as we use 
sockets for communication.

 - Jon

_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

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

Reply via email to