Unable to resolve target 'android-17'

android, eclipse

Solution

You can right click on your project -> properties -> Android -> Select the Target android version you want to compile and Apply !

If you don't have any target versions to compile, you probably need to download them on your SDK Manager

Problem

I know there are some sort-of duplicates of this, but none of the answers have been able to help me so far. When I open a project, I get the following error: ``` [2014-01-07 14:18:00 - Permissions] Unable to resolve target 'android-17' ``` Does anybody know what may be the problem here?

Original source

Related problems