tags:

views:

56

answers:

2

When i try to compile and build the application, a red mark is appearing on my application,but there is no error description .. what will be the reason?

+2  A: 

There is always a reason, just need to find it :) Try refreshing and/or cleaning your project. To find error description (in Eclipse) open Problems perspective.

Asahi
A: 

Is probably a weird eclipse/android sdk error. Run Project Cleanup and it should go away.

Eli