问题描述
我无法删除,甚至右键点击我的classes.dex,当我做我的电脑停止响应。当我尝试使用Eclipse来清理项目,当它试图删除classes.dex进度卡住。我也试图扫描我的应用程序的bin文件夹我的防病毒,但它也停止响应时,它试图扫描classes.dex。我想这也是我不能运行我的应用程序的原因。
I can't delete or even right click my classes.dex, when i do "my computer" stops responding. When i try to clean projects using eclipse, the progress stuck when it tries to delete classes.dex. I also tried scanning the bin folder of my app with my anti virus but it also stopped responding when it tried to scan classes.dex. I think this is also the reason I can't run my apps.
看看这个问题:
<一href=\"http://stackoverflow.com/questions/11428564/eclipse-stuck-at-running-program?answertab=votes#tab-top\">eclipse停留在正在运行的程序
我们有类似的问题。他能够解决这个问题,他说,这是卡巴斯基(我已经安装了卡巴斯基)引起的,但他并没有解释如何。我试图确定停用与卡巴斯基的保护,并没有工作。
We have the similar problem. He was able to solve it and he said it was caused by kaspersky(i have kaspersky installed) but he did not explain how. I tried to disbale protection with kaspersky and it didn't work.
推荐答案
禁用卡巴斯基安全似乎为我工作。我遵循的步骤是:
Disabling Kaspersky security seems to work for me. The steps I followed were:
- 关闭模拟器,日食,以及与Android的环境中的所有其他窗口。
- 从互联网上断开(因为我偏执,也许,并且不希望当我关闭卡巴斯基保护被连接到网络)。
- 关闭卡巴斯基保护(你的系统,在这一点上,将开始在你喊各种各样的诅咒用于关闭其保护和离开它脆弱的)。
- 运行Eclipse和开始做任何事情之前模拟器。
- 请更改您的code和继续测试使用模拟器通常您的应用程序(目前,卡住在推出100%的问题应停止)。
- 如果您需要互联网/如果你需要启用卡巴斯基然后关闭模拟器,月食等。
- 打开卡巴斯基 - 承认救灾系统的叹息;)
- 连接到互联网并继续浏览。
希望这会有所帮助,并希望它继续工作的顺利对我来说也是如此。
Hope this helps, and hope it continues working that smoothly for me as well.
这篇关于Classes.dex造成的问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!