当前位置:网站首页>IDEA无法识别module(module右下角没有蓝色小方块)
IDEA无法识别module(module右下角没有蓝色小方块)
2022-08-01 01:18:00 【Apple-yeran】
对最近遇到Idea无法识别module的总结
查了一些方法,有些方法对于我的情况并无效,故在此做一个总结。
我遇到的问题是在project下无法显示文件,如下图所示

有些博主说直接删除.idea文件夹可解决问题。但我删除之后就出现项目无法识别的情况。

这个时候我新建了一个testtest的module,idea是可以识别,打开.idea下的modules.xml文件发现刚刚创建的module出现在<modules>下。这个时候我们就可以大胆的猜测,我们把其他module下的.iml文件都在此声明是不是就成功了。

加完之后果然成功了。如果没自动成功,则点击Rebuild Module。

这里我识别后依旧无法成功运行,Idea报了一个错误,如下:

这里我们没有配置class文件的输出路径,我们根据下图设置下输出路径就可以了。

每个人情况可能都不太一样,不一定能解决你们问题,给与我一样问题的人一个参考。
边栏推荐
- pycaret源码分析:下载数据集\Lib\site-packages\pycaret\datasets.py
- Inheritance and friend, static member relationship
- Luogu P3373: Segment tree
- RTL8762DK uses DebugAnalyzer (four)
- Web3.0:构建 NFT 市场(一)
- GDB source code analysis series of articles five: dynamic library delay breakpoint implementation mechanism
- OSF understands the agile development model in one minute
- LeetCode--打家劫舍问题
- Carefully summarize thirteen suggestions to help you create more suitable MySQL indexes
- Beijing suddenly announced that yuan universe big news
猜你喜欢

RTL8762DK WDG(六)

MYSQL二阶段提交

In 2022, the latest eight Chongqing construction members (electrical construction workers) simulation question bank and answers

从零造键盘的键盘超级喜欢,IT人最爱

Summary of MVCC
![[Microservice] Distributed Transaction Solution - Seata](/img/a8/fc6c24e4d42dfb635bad786cc02164.png)
[Microservice] Distributed Transaction Solution - Seata

Application of integrated stepper motor in UAV automatic airport

RTL8762DK uses DebugAnalyzer (four)

Detailed explanation of TCP protocol

Summary of JVM interview questions (continuously updated)
随机推荐
Rasa 3.x 学习系列- Rasa - Issues 4918 学习笔记
mySql data view
机器学习初学者可以学哪些实战项目?
In 2022, the latest eight Chongqing construction members (electrical construction workers) simulation question bank and answers
ROS2 series of knowledge (4): understand the concept of [service]
Likou Binary Tree
Web3.0: Building an NFT Market (1)
MYSQL-Batch insert data
Daily practice of LeetCode - Circular linked list question (interview four consecutive questions)
/usr/sbin/vmware-authdlauncher: error while loading shared libraries: libssl.so.1.0.2*Solution
【元胞自动机】基于matlab界面聚合元胞自动机模拟【含Matlab源码 2004期】
pycaret source code analysis: download dataset\Lib\site-packages\pycaret\datasets.py
MYSQL事务
七月集训(第31天) —— 状态压缩
WebApi 打个Attribute 统一处理异常
Rasa 3.x Study Series - Rasa - Issues 4918 Study Notes
MYSQL二阶段提交
ECCV2022 Workshop | Multi-Object Tracking and Segmentation in Complex Environments
Matlab/Arcgis processing nc data
GDB 源码分析系列文章五:动态库延迟断点实现机制