Android Studio 看不到module 或者报些莫名其妙的错误,可以尝试着这个方法
2020-04-16 07:40:07 +0000 UTC
Art
Unfortunately, you can't have non-Gradle Java modules and > Android-Gradle modules in one project
这个错误的解决步骤
- close the project
- close
Android Studio
IDE - delete the
.idea
directory - delete all
.iml
files - open
Android Studio
IDE and import the project