I am working on a Visual Studio Cordova project which works on Windows, iOS and Android, and looking for AndroidManifest.xml
or a build settings file and couldn't find any. I tried building it with no errors, but still couldn't find the file. Any suggestions, where/what I should be looking for?
It should be in your project root inside platforms/android
.