问题描述
我导入的名为BaseGameUtils的模块的build.gradle文件中出现了Gradle Sync错误,说The minSdk version should not be declared in the android manifest file.
我根本看不到这个名称,也没有在Android Manifest中使用?
Gradle Sync Errors are coming up on my build.gradle file for a module I imported called BaseGameUtils saying The minSdk version should not be declared in the android manifest file.
I don't call this at all from what I can see, and I don't in the Android Manifest either?
但是此处是我的build.gradle文件.请帮忙!
But here is my build.gradle file. Please help!
推荐答案
清单中必须有可能写有minsdkversion的清单.只需删除<uses-sdk>....</uses-sdk>
Inside your manifest there must be inside which minsdkversion might have been written. Just remove <uses-sdk>....</uses-sdk>
这篇关于minSdk版本不应在android清单文件中声明的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!