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.
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.
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.