IntelliJ IDEA 2020 系列版本
导入已有工程 不再是
通过 File->Import Project 打开了,
而是调整为
通过 File->New->Project From Existing Sources…
才能打开看到了。
不过,IntelliJ IDEA 2020.2 ,这个版本是有 bug 的,
刚好就是
通过 File->New->Project From Existing Sources… 打开,
却看不到 Import Project 会话框。
所以,升级到 IntelliJ IDEA 2020.3 就可以正常打开看到了。
IntelliJ IDEA 2020.3 导入已有工程 操作如下,
【关联问题】
问题 1:
使用 IDEA 2020.2 ,
执行 Gradle Project 中的 Build ,构建工程,报错如下
Buildscript classpath has files that were not explicitly permitted:
解决方法:
IDEA 2020.2 版本的 Import project 会话框缺失,
导入后工程文件有问题,亲测,升级到 2020.3 ,
问题不再出现。