Is it possible to have different manifest files for the debug and release versions of my APK in Android Studio?
Normally I don\'t have need for such a such a thing b
Create a "debug" folder under src/ and put it in there: https://github.com/androidfu/Now-Playing/tree/master/app/src
My "release" manifest is in src/main/, but I'm pretty sure if you needed two wholly separate manifest files you could use src/release/ and src/debug/.