On Jun 7, 2012, at 1:38 PM, theshadow124 wrote:
> I looked for a AndroidManifest in my mono for android project and there was 
> nothing of the sort, I am using visual studio and mono for android in C#

An AndroidManifest.xml is created for you as part of the build process; look in 
e.g. obj\Debug\android\AndroidManifest.xml:

        
http://docs.xamarin.com/android/advanced_topics/working_with_androidmanifest.xml

You can also create an AndroidManifest.xml for custom changes:

        
http://docs.xamarin.com/android/advanced_topics/working_with_androidmanifest.xml#Using_Visual_Studio

Once you've created AndroidManifest.xml within Visual Studio, you can manually 
edit Properties\AndroidManifest.xml to add whatever elements you need.

 - Jon

_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

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

Reply via email to