找到导入项目的mainifest.xml

Error:The minSdk version should not be declared in the android manifest file.
然后把mainifest中的minSdkVersion和targetSdkVersion删去即可
Error:The minSdk version should not be declared in the android manifest file.
原因:Androidstudio3.0 以后 不能在manifest.xml 设置这些 必须在 gradle里设置

相关文章:

  • 2021-07-08
  • 2021-10-22
  • 2022-01-08
  • 2021-06-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-09
  • 2021-10-12
  • 2021-12-08
  • 2021-06-18
  • 2021-06-21
  • 2021-08-29
  • 2021-05-11
相关资源
相似解决方案