When I try to run my Android project(which was working fine yesterday) I get the "Your project contains errors, please fix them before running your application" dialog. But my project has no errors. I've had this problem before, and the solution was always to Clean the project, but this time it isn't helping. The red X icon disappears from the project in the workspace, then reappears when I try to run it. Also restarted Eclipse so it rebuilds the project. Help?
|
|
Go to your .android folder and delete your debug certificate. In my computer it is in this path
Inside that there is a file name 'debug.keystore'. Delete that,clean and try to build the project again. Sometimes this error is caused when the certificate expires. |
|||||||
|
|
There are a couple of reasons as to why this might happen. Give these problems / solutions a try.
I hope one of these works out for you. |
|||
|
|
|
This problem is occur some time when you replace new debug.keystore file with the old one. delete deug.keystore may fix the problem |
|||
|
|