minSdk版本不应在android清单文件中声明 [英] The minSdk version should not be declared in the android manifest file

查看:389
本文介绍了minSdk版本不应在android清单文件中声明的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我导入的名为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清单文件中声明的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆