2

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

I'm using Processing in android mode. I always get the following error which I have no clue on how to fix. I have the latest version of android installed (16).

BUILD FAILED C:\Program Files\Android\android-sdk\tools\ant\build.xml:517: Unable to resolve project target 'android-10'

Community
  • 1
  • 1
mrk
  • 3,061
  • 1
  • 29
  • 34

1 Answers1

3

Double check you have API 10 installed through your Android SDK manager.

Aelexe
  • 1,216
  • 3
  • 18
  • 27