DPD
DPD

Reputation: 143

showing error in package explorer

I am working in android in eclipse . I am new to this platform. When I create a new android project I find error in package explorer without doing anything. Can anyone help me??

Upvotes: 0

Views: 180

Answers (2)

apesa
apesa

Reputation: 12443

The error will be visible within the project tree. Each file that has an error will be marked as such. Try what @mudit said, clean your project and it will likely rebuild automatically and clean up. If not you have a project configuration error with library paths, classpaths, etc..

Upvotes: 0

mudit
mudit

Reputation: 25536

Try to clean the project using projet>clean in eclipse menu. OR chcek whether you have set correct path of android sdk in eclipse preferences..

If you are still having same problem then provide some more details on it.

Upvotes: 1

Related Questions