Classes.dex Causing Problems
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
Solution 1:
Disabling Kaspersky security seems to work for me. The steps I followed were:
- Close the emulator, eclipse, and all other windows related to the Android environment.
- Disconnect from the internet (because I'm paranoid, maybe, and don't want to be connected to the net when I turn off Kaspersky protection).
- Turn off Kaspersky protection (your system, at this point, will start shouting all sorts of curses at you for turning off its protection and leaving it vulnerable).
- Run eclipse and start the emulator before doing anything else.
- Make changes to your code and continue testing your app using the emulator normally (now, the 'getting stuck at launching 100%' problem should stop).
- If you need the internet/if you need to enable Kaspersky then close the emulator, eclipse, et al.
- Turn on Kaspersky - acknowledge your system's sigh of relief ;)
- Connect to the internet and continue browsing.
Hope this helps, and hope it continues working that smoothly for me as well.
Post a Comment for "Classes.dex Causing Problems"