Android sdk version on gradle and manifest

旧时模样 提交于 2019-12-12 11:16:12

问题


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.



来源:https://stackoverflow.com/questions/18448677/android-sdk-version-on-gradle-and-manifest

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!