I cloned my repo and now Android studio (1.3.1) is having hard time detecting my module 'app'
(我克隆了我的仓库,现在Android Studio(1.3.1)很难检测到我的模块“ app”)
It is not showing any module in edit configuration(as in image below).
(它未显示处于编辑配置的任何模块(如下图所示)。)
It's already defined in 'Settings.gradle'
(它已经在“ Settings.gradle”中定义)
include ':app'
I tried importing this app module but it says project already contains module with this name
(我尝试导入此应用程序模块,但它说project already contains module with this name
)
Tried other solutions too.
(也尝试了其他解决方案。)
Stuck here. (卡在这里。)
Note: This repo doesn't have .iml file of project.
(注意:此存储库没有项目的.iml文件。)
ask by AskQ translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…