Running my app on the 4.0.3 emulator typically works fine, but once in a blue moon it abruptly fails, and from then on, keeps failing. The console doesn\'t give any especial
By deleting the dalvik cache, I managed to resolve the problem. In the terminal, I entered:
adb root adb remount adb shell rm -r /data/dalvik-cache/*