返回顶部
首页 > 资讯 > 移动开发 >Unfortunately you can't have non-Gradle Java modules and Android-Gradle modules in one project.
  • 366
分享到

Unfortunately you can't have non-Gradle Java modules and Android-Gradle modules in one project.

JAVAINANDprojectgradleAndroid 2022-06-06 13:06:10 366人浏览 薄情痞子
摘要

最近在revert一个library的build文件夹的时候,SVN出现错误,提示操作失败。 结果整个Android Studio就开始不正常了

最近在revert一个library的build文件夹的时候,SVN出现错误,提示操作失败。
结果整个Android Studio就开始不正常了。
一直提示:

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

既然gradle的问题,那就同步一下吧。
结果发现左上角的Sync Project with Gradle Files按钮竟然是灰色的:
在这里插入图片描述
无法点击,怎么办?

解决方案

于是想到万能大法,File – Invalidate Caches / Restart.
结果AS重启后,仍然报上面那个错误。
又想到既然提示非Gradle项目,那么一定有相关的配置文件,让IDE去读取,从而判断是不是Gradle项目。
每个module都有一个.iml文件,这是IDE自动生成的,一般不需要我们去关注和修改。Google一下对iml file的解释:

Module file created by IntelliJ idea, an IDE used to develop Java
applications; stores infORMation about a development module, which may
be a Java, Plugin, Android, or Maven component; saves the module
paths, dependencies, and other settings.

     IML files are used for storing smaller sections of a larger development project. IntelliJ IDEA uses .IPR files for storing

projects, which may reference multiple IML files. Both IPR and IML
files use XML formatting.

IML file also refers to

IntelliJ IDEA Module - Module file for IntelliJ IDEA, also is a text
file which could be opened in text editor. The developer or
automatically generated by the IntelliJ program can creat the IML
files, they can also be generated by third-party programs such as
Maven with the IDEA plugin.

接着,打开有问题的module的iml文件,发现里面只有简单的几行代码。
对比另一个module的iml文件,发现少了不少内容。
这就简单了,把没有问题的iml文件内容拷贝过来,里面改成自己module的名字,然后再使用File – Invalidate Caches / Restart大法,一切正常!
在这里插入图片描述
公众号:Android开发之路
分享Android、KotlinFlutter、Java相关技术,紧跟技术步伐,迈向高级开发。

图片名称
作者:ddnosh


--结束END--

本文标题: Unfortunately you can't have non-Gradle Java modules and Android-Gradle modules in one project.

本文链接: https://lsjlt.com/news/29340.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作