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,352
  • 21
  • 80
  • 110
hukhan
  • 120
  • 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
  • 13,796
  • 7
  • 25
  • 40
waqaslam
  • 66,380
  • 16
  • 161
  • 174