项目清理(项目未运行)后,我在Android Studio 0.4.6的事件日志中得到以下输出。
IllegalStateException: PsiFile not parsed for /filepath/settings.gradle. Wait until onPsiFileAvailable() is called.: PsiFile not parsed for file /filepath/settings.gradle. Wait until onPsiFileAvailable() is called.
有没有人遇到过这个问题?
答案 0 :(得分:1)
我在Android Studio 1.3.1上遇到了同样的问题。
对我有帮助的只是删除然后重新导入项目。
答案 1 :(得分:0)
1,Copy the content of build.gradle
(拷贝build.gradle文件的内容)
2,Delete build.gradle
(删除的build.gradle)
3,New a file called build.gradle
(重新新建一个的build.gradle文件)
4,Parse content to build.gradle you just copy
(拷贝刚刚粘贴的内容)
5,Done
(搞定)