从网上导入项目,然后Android studio报错

The minSdk version should not be declared in the android manifest file. You can move the version from the manifest to the defaultConfig in the build.gradle file.


The targetSdk version should not be declared in the android manifest file. You can move the version from the manifest to the defaultConfig in the build.gradle file.
 

大致意思是是说:

minSdk版本不应该在android清单文件中声明。您可以将版本从清单移动到build.gradle文件中的默认Config。

targetSdk版本不应该在android清单文件中声明。您可以将版本从清单移动到build.gradle文件中的默认Config。

然后移除manifest中的minSdk,targetSdk就可以了!

更多相关文章

  1. android 自定义View 在布局文件中写法
  2. Android上传下载文件(图片)
  3. Android SDK各版本源码
  4. android 录像/打开video文件
  5. (原)Eclipse的java中文件读写
  6. Android File文件操作
  7. Android Button Maker(在线生成android shape xml文件的工具),真方

随机推荐

  1. android关于获取手机唯一码的组合文章
  2. 【android】get PatchStore::createDisab
  3. Android软键盘手动显示、隐藏、布局上移
  4. Android(安卓)TableLayout表格布局
  5. Android aapt 工具介绍(转载)
  6. Android 下载文件 显示进度条
  7. 时钟控件布局
  8. Android(安卓)通过字符串来获取R下面资源
  9. Android studio报错:找不到匹配的任何版本
  10. Android 利用Java实现压缩与解压缩(zip、g