AS打开项目报错:Compilation is not supported for following modules

mac2025-12-14  9

关注 安卓007 ,免费获取全套安卓开发学习资料

报错

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

解决方案

删除.idea目录删除所有的.iml文件find . -name "*.iml" | xargs rm -rf重新导入工程

安卓开发入门教程系列汇总

安卓发展历程及前景

安卓发展历程 安卓开发前景展望

初探安卓

安装开发工具 创建第一个安卓工程

开发语言学习

Kotlin语言基础

UI控件学习系列

UI控件_TextView UI控件_EditText UI控件_Button UI控件_ImageView UI控件_RadioButton UI控件_CheckBox UI控件_ProgressBar 关注头条号,第一时间获取最新文章:

最新回复(0)