Eclipse error : Your project contains error(s),please fix them

17,079

Solution 1

It may be be because of Eclipse's debug certificate expiration.

Please look at to my this answer.

Solution 2

Close and restart Eclipse. It works everytime !

Its bug with deleting android projects I think.

Solution 3

I have faced exactly same type of issue. Just update your eclipse ADT plugin to latest version.

After update clean build the project.

Solution 4

Go to your .android folder and delete your debug certificate. In my computer it is in this path

E:\Users\(ur profyle)\.android

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.

Share:
17,079
Joker
Author by

Joker

Updated on June 15, 2022

Comments

  • Joker
    Joker about 2 years

    I am using Eclipse Classic 3.7.2 working only on Android. I use Ubuntu as my OS. When I run any basic Android application on Eclipse say "Hello World", it results an error called Your Project contains error(s), please fix them before running your application.

    Now I have googled and checked here and may others but I did not get the solution.

    I also tried Project > clean... but it isn't working.

    Windows->Show Views->Problems shows 2 errors:

    1. Error generating final archive: java.io.FileNotFoundException:/home/android/Desktop/helloworld/bin/resources.ap_does not exist.

    2. Unable to parse aapt...