Skip to content Skip to sidebar Skip to footer

Android - Exception When Compiling And Running The Application

I am running a debug android application with eclipse and the simulator, and on a restarting of the app, I get this exception, 03-23 02:19:51.384: E/AndroidRuntime(605): FATAL EXCE

Solution 1:

I also get this excepiton. I am using Nexus S, and update to 4.0.3 I just ignore this exception.

Solution 2:

The real solution to this problem is a folder permissions issue. Make sure you are operating in a folder that you can modify. I just fixed that same problem for my self by making sure I was in a folder with the right permissions.

Post a Comment for "Android - Exception When Compiling And Running The Application"