Classes.dex Causes of Problems

I cannot delete or even right-click on the classes.dex class when "my computer" stops responding. When I try to clean projects using eclipse, progress gets stuck when it tries to remove classes.dex. I also tried scanning the bin folder of my application with my antivirus, but it also stopped responding when I tried to check class.dex. I think this is also the reason why I cannot run my applications.

Check this question: Eclipse stuck in running program

We have a similar problem. He was able to solve this, and he said that it was caused by Kaspersky (I have Kaspersky installed), but he did not explain how to do it. I tried to disable protection from Kaspersky, and it did not work.

+1
source share
1 answer

Disabling Kaspersky Security works for me. The following steps followed:

  • Close the emulator, eclipse, and all other windows related to the Android environment.
  • Disconnect from the Internet (because I'm paranoid, maybe I don’t want to connect to the network when Kaspersky Protection is disconnected).
  • Disable protection for Kaspersky (your system will now start screaming at you all kinds of curses to disable its protection and leave it vulnerable).
  • Launch eclipse and run the emulator before doing anything else.
  • Make changes to your code and continue to test your application using the emulator in normal mode (now the problem of "a jam at startup 100%" should stop).
  • / Kaspersky, , eclipse .
  • Kaspersky - ;)
  • .

, , , .

+1

All Articles