0

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?

sruthi
  • 529
  • 2
  • 5
  • 7
  • OMG. Are you empowered by `Eclipse`, the IDE? move the mouse over the `red mark` and GOD may bless you with a holly yellow tooltip. – ankitjaininfo Oct 15 '10 at 14:30
  • Please Refer http://stackoverflow.com/questions/2194808/debug-certificate-expired-error-in-eclipse-android-plugins/2196397#2196397 – Arun Badole Mar 28 '12 at 13:07

2 Answers2

2

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
  • 13,378
  • 12
  • 67
  • 87
0

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

Eliseo
  • 1,547
  • 1
  • 15
  • 14