I started using Android Studio a few weeks ago and there's a question I have, in the build.gradle file we can set the minSdkVersion as we can in the manifest, but does one override the other? if we put different values on gradle and on the manifest what is the consequence?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
The manifest files in your projects are overridden by the gradle when you build your projects.