I am using eclipse as a development environment. I have several applications that link to one library. After I clean the project and rebuild them. They all compile fine. Once I ran the application, it’s display a message saying: My project has errors that require me to fix it. There was an error icon next to the project name under the project explorer but it doesn’t show any errors anywhere else.
I wanted to know where i can find out what the error is that causing me the strange behaviour.
Reason why it was strange because I just started up my project that haven’t been touched for a while. It worked the last time I worked on it. Don’t know why I have strange behaviour after opening the eclipse then make clean up and rebuilt the projects.
Delete your debug certificate under
~/.android/debug.keystoreon Linux and Mac OS X; the directory is something like%USERPROFILE%/.androidon Windows.The Eclipse plugin should then generate a new certificate when you next try to build a debug package. You may need to clean and then build to generate the certificate. To clean the project run
ant cleanor go toBuild -> Clean