[mono-android] GetAccessoryList?
Jonathan Pryor
jonp at xamarin.com
Thu Jun 7 18:09:36 UTC 2012
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
More information about the Monodroid
mailing list