When I double-click Properties in the Solution Explorer of my Xamarin.Android app and go to the Android Manifest section, it says:
Manifest path:
No AndroidManifest.xml found. Click to add one.
I have an AndroidManifest.xml file, it is listed in Solution Explorer under Properties, included in the Project, and I can open it. I can even build the Project. If I click the Click to add one message, an AndroidManifest.xml file is displayed in the Android Manifest section (I don't know if it is the existing one or the new one, since they have the same name, content, and location). However, once I close Visual Studio 2019 & reopen it (even if I click Save All), it forgets about the file again, even though it is still there just like I described before. Is there something I need to do manually to make it remember the file (I would have thought "Click to add one" would do this, but I could be wrong)? Thanks.