Search code examples
androidxamarinmvvmcrossvisual-studio-mac

After modifying the source code editor for Manifest file on VS for Mac in Android project, the source code revert back to its original state?


After modifying the source code editor for Manifest file on VS for Mac in Android project, the source code revert back to its original state? How do I change it completely

I tried to put some tags out of the application brackets, but after build the app again, it revert to its original stage.

Set up:

Visual Studio Community for Mac 2019


Solution

  • I just realised the problems afterwards, The reason is I edited the Manifest file generated by Visual Studio for Mac debug output, rather than editing the original Manifest file. This is fixed the issue and did not revert to the original state. Thanks for your help