Created
June 13, 2014 17:36
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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