从网上导入项目,然后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 studio软件下载地址
  2. android studio 修改生成的apk 包名
  3. Android(安卓)SDK更新失败及其解决办法
  4. android开发2:eclipse 开发 Android(安卓)应用程序基础
  5. Ubuntu 试用Android(安卓)L版本
  6. android开源新闻小程序、3D翻转公告效果、小说检索、Kotlin开发T
  7. 3.4、Android(安卓)Studio 创建Android(安卓)库
  8. Android(安卓)音频 OpenSL ES PCM数据播放
  9. 守护进程通信之Socket

随机推荐

  1. Opengl ES系列学习--glDrawArrays API使
  2. [Android(安卓)Pro] Android异步任务处理
  3. ActivityGroup中切换Activity
  4. Android隐藏导航栏并且禁止其滑出
  5. Android(安卓)网络连接 打开 Url下载 信
  6. Android(安卓)ProGuard使用要点!
  7. Android(安卓)Studio V3.12环境下TV开发
  8. android AV同步详解
  9. Android(安卓)Build系统bash filename to
  10. android 右上角添加菜单