美文网首页
Android Studio中no module问题

Android Studio中no module问题

作者: 技术笔记 | 来源:发表于2019-12-18 19:49 被阅读0次

Android Studio - Gradle sync failed: Already disposed

https://stackoverflow.com/questions/51009423/android-studio-gradle-sync-failed-already-disposed?noredirect=1&lq=1

As it turned out, the problem was that I was trying to open a project directory that was a symlink to the actual location (on the same partition). Gradle (on command line) had no issues building the project from the symlinked location, however, opening it in Android Studio resulted in the obscure and non helpful error described above.

这个问题困扰了很久,最后看到这篇,终于解决了。我的路径就是通过符号链接引出来的,从实际路径进入就可以了。

相关文章

网友评论

      本文标题:Android Studio中no module问题

      本文链接:https://www.haomeiwen.com/subject/wezunctx.html