Android Studio中no module问题
2019-12-18 本文已影响0人
技术笔记
Android Studio - Gradle sync failed: Already disposed
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.
这个问题困扰了很久,最后看到这篇,终于解决了。我的路径就是通过符号链接引出来的,从实际路径进入就可以了。