当前位置:网站首页>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文件的输出路径,我们根据下图设置下输出路径就可以了。
每个人情况可能都不太一样,不一定能解决你们问题,给与我一样问题的人一个参考。
边栏推荐
- Daily practice of LeetCode - Circular linked list question (interview four consecutive questions)
- JQESAP系统里的胖接口Fat interface
- 二叉树遍历非递归程序 -- 使用栈模拟系统栈
- RTL8762DK UART(二)
- Classes and Objects: Above
- Binary tree traversal non-recursive program -- using stack to simulate system stack
- Carefully summarize thirteen suggestions to help you create more suitable MySQL indexes
- OSD读取SAP CRM One Order应用日志的优化方式
- MYSQL事务
- [AMEX] LGBM Optuna American Express Credit Card Fraud Contest kaggle
猜你喜欢
pycaret源码分析:下载数据集\Lib\site-packages\pycaret\datasets.py
Key Points Estimation and Point Instance
蓝图:杨辉三角排列
cmake入门学习笔记
MYSQL Classic Interview Questions
Academicians of the two academies speak bluntly: Don't be superstitious about academicians
Key Points Estimation and Point Instance
Unity3D study notes 10 - texture array
SC7A20 (Silan Micro-Accelerometer) Example
你需要知道的 TCP 四次挥手
随机推荐
Carefully summarize thirteen suggestions to help you create more suitable MySQL indexes
leetcode:1648. 销售价值减少的颜色球【二分找边界】
两院院士直言:不要迷信院士
MYSQL主从复制
sqlserver cannot connect remotely
JQESAP系统里的胖接口Fat interface
Notes on how to use zeno
Google engineer fired for claiming AI awareness: breach of nondisclosure agreement
Luogu P3373: Segment tree
leetcode:1562. 查找大小为 M 的最新分组【模拟 + 端点记录 + 范围合并】
Blueprint: Yang Hui's Triangular Arrangement
zeno使用方法笔记
LeetCode--The problem of robbery
RTL8762DK 点灯/LED(三)
OSD读取SAP CRM One Order应用日志的优化方式
Nmap 操作手册 - 完整版
Rasa 3.x 学习系列-使用查找表改进实体提取
考研备考方案
【密码学/密码分析】基于TMTO的密码分析方法
微信小程序之小程序页面语法