Skip to content

Instantly share code, notes, and snippets.

@King-of-Spades
Created June 13, 2014 17:36
Show Gist options
  • Save King-of-Spades/fe2c2e77573b99f6a2c7 to your computer and use it in GitHub Desktop.
Save King-of-Spades/fe2c2e77573b99f6a2c7 to your computer and use it in GitHub Desktop.
How to find debug version of AndroidManifest.xml for a Xamarin Studio Project.
You can view and change the current directory of your solution by opening the solution in Xamarin Studio, and navigating to:
Project -> Solution Options -> Build -> General -> Output Directory.
Where you'll see something like:
C:\Projects\[SOLUTION NAME]\build\bin. (Sample: http://www.screencast.com/t/LEyctEtunY7)
The debug Manifest should be like:
C:\Projects\[SOLUTION NAME]\[BUILD]\obj\Debug\android\AndroidManifest.xml (Sample: http://www.screencast.com/t/lS0MNOEhI)
(Note that it's based on the directory above, but the generated path uses the obj instead of bin folder)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment