Manoj Kumar
Manoj Kumar

Reputation: 317

Eclipse error : Your project contains error(s) , please them before running your application in android

When i run my project , I get " Your project contains error(s) , please them before running your application" this error . I searched this error on Google , There i got a lot of solutions all these did not work for me . I cleaned and Build my project , Restart my eclipse , in .android deleted debug.keystore and clean and build my project , But did not work for me . Please help me . Thanks in Advance

Upvotes: 3

Views: 10708

Answers (2)

Calia Kim
Calia Kim

Reputation: 63

In my case, all the solutions you generally come across in the Net turned out inappropriate.

What I have recently found is that if you wanted to import a given Android project,

and you used General/Existing Projects into Workspace or Archive File,

you may probably face the issue above when there is no problem in the source itself.

What I did was using [Existing Android Code Into Workspace] instead of the above.

With this authentic way of importing Android project, such an error did not come about.

//

Of course, this applies when you properly added some necessary libraries and you have

no issue with your source codes.

Upvotes: 0

ritesh4326
ritesh4326

Reputation: 627

Follow My steps :

There are many possiblity of this type of error try by one of the following .

Step 1 Right Click on your app then check library and order and export tab there may be any error remove that according to your project .

Step 2 Right Click on your app then go to java compiler and made change of compiler level

Step 3 If you have added any library project check that also

It works for me hope it will work for you also .

Upvotes: 6

Related Questions