问题

Android Studio Sync时总是报错

Compilation is not supported for following modules: lib, news_video. Unfortunately you can't have non-Gradle Java modules and Android-Gradle modules in one project.

Android Studio 报错:Compilation is not supported for following modules

说明曾经创建了一个Module,没用正经的途径删除,导致.idea构建配置出Bug。

解决方案

打开/项目目录/.idea/modules.xml

Android Studio 报错:Compilation is not supported for following modules

删除报错提示的两行配置信息

Android Studio 报错:Compilation is not supported for following modules

重新Sync一下即可恢复正常

Android Studio 报错:Compilation is not supported for following modules

相关文章:

  • 2021-09-24
  • 2021-08-17
  • 2021-12-16
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-02-21
  • 2021-05-04
  • 2022-12-23
  • 2022-12-23
  • 2021-11-26
  • 2021-05-17
相关资源
相似解决方案