1:报错log

ERROR: The minSdk version should not be declared in the android manifest file. You can move the vers

2:解决方法

①:选择 Project
②:打开 app–src–main
③:打开 AndroidManifest.xml
【Android 】--- 报错:ERROR: The minSdk version should not be declared in the android manifest file.
④:ctrl+f 搜索 minSdkVersion
⑤:把这行删除了

【Android 】--- 报错:ERROR: The minSdk version should not be declared in the android manifest file.

相关文章:

  • 2021-04-13
  • 2021-10-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-22
  • 2021-05-17
猜你喜欢
  • 2021-10-12
  • 2021-08-10
  • 2021-09-09
  • 2021-12-08
  • 2021-06-21
  • 2021-06-30
  • 2021-08-29
相关资源
相似解决方案