3

Possible Duplicate:
Error:Unable to resolve target ‘android-2’

I was trying to add admob in my application. I updated android tools and sdk to the latest versions. But im getting this error "Unable to resolve target 'android-14'"

Community
  • 1
  • 1
Anirudh
  • 2,767
  • 5
  • 69
  • 119
  • 1
    Make sure the sdk is installed in the proper location. Can you choose android-14 as your target? Also, did you restart eclipse after updation of sdks? – venkatKA Oct 11 '12 at 04:50

1 Answers1

6

right click project --> go to properties --> select Android from there --> and from the list of target name select Android 4.0 or lesser

Syn3sthete
  • 4,151
  • 3
  • 23
  • 41