当前位置:网站首页>IDEA does not recognize the module (there is no blue square in the lower right corner of the module)
IDEA does not recognize the module (there is no blue square in the lower right corner of the module)
2022-08-01 01:34:00 【Apple-yeran】
Summary of the recent encounter that Idea cannot recognize the module
I checked some methods, and some methods are not valid for my situation, so I will make a summary here.
The problem I encountered was that the files could not be displayed under the project, as shown in the picture below

Some bloggers say that simply deleting the .idea folder solves the problem.But after I delete it, the project cannot be recognized.

At this time, I created a new testtest module, which can be recognized by the idea. I opened the modules.xml file under .idea and found that the newly created module appeared under

After adding it, it turned out to be a success.If it does not succeed automatically, click Rebuild Module.

Here I still can't run successfully after identification, Idea reported an error, as follows:

Here we do not configure the output path of the class file, we can set the output path according to the following figure.

Everyone's situation may be different, and it may not solve your problem. It is a reference for those who have the same problem as me.
边栏推荐
猜你喜欢
随机推荐
Data Middle Office Construction (VII): Data Asset Management
欧拉系统(euleros):升级Mysql
树莓派 的 arm 版的 gcc 安装 和环境变量的配置
How is the tree structure of the device tree reflected?
/usr/sbin/vmware-authdlauncher: error while loading shared libraries: libssl.so.1.0.2*Solution
SC7A20(士兰微-加速度传感器)示例
【密码学/密码分析】基于TMTO的密码分析方法
VPGNet
北京突然宣布,元宇宙重大消息
Modify Postman installation path
数据中台建设(七):数据资产管理
蓝图:杨辉三角排列
What practical projects can machine learning beginners learn?
网关gateway跨域
IDEA debugging
你需要知道的 TCP 四次挥手
MYSQL主从复制
GDB source code analysis series of articles five: dynamic library delay breakpoint implementation mechanism
设备树的树形结构到底是怎样体现的?
500 miles







