0

I receive an error from my already successfully runned project, when I import it in another eclipse on a different system.

The error i get is:
Can't resolve the target sdk"17".

Can anyone help me to solve this problem?
Thanks.

Phantômaxx
  • 37,901
  • 21
  • 84
  • 115
hukhan
  • 110
  • 1
  • 2
  • 8

1 Answers1

1

You need to install/download API-17 in your SDK Manager to support your project. With such error, seems like your project is using API-17, and the API-17 is not supported by the new environment.

twlkyao
  • 14,302
  • 7
  • 27
  • 44
waqaslam
  • 67,549
  • 16
  • 165
  • 178