将jar添加为外部库后,我的android studio项目将不再运行,我收到一条错误消息:
Error:java.io.FileNotFoundException: C:\Users\xxxx\xxxx\xxxx\app\build\intermediates\dex\debug\classes.dex (Access is denied)
我尝试了许多事情,包括以管理员身份运行Android Studio,从命令行构建,从Maven添加或在项目结构对话框中运行。一切都无济于事。
我一直想添加的Jar是:
jsch-0.1.51.jar
最佳答案
有很多原因可能会使您收到java.io.FileNotFoundException: Application\build\intermediates\dex\specific_flavour\debug\classes.dex (Access is denied)
欺骗。
我在使用防病毒工具时就已经体验到了。如果您的系统中安装了某些防病毒软件,请尝试将其关闭(或将其删除)。这为我解决了。
关于android - Android Studio classes.dex(拒绝访问),我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/24811860/