Reputation: 4115
My eclipse is showing errors on the project folder when I am importing a new project into my eclipse. I am not able to find the reason. Please see the attached image of the error.
[2012-11-12 12:11:32 - ProfilePictureSample] Unable to resolve target 'android-8'
[2012-11-12 12:11:32 - BooleanOGSample] Unable to resolve target 'android-8'
[2012-11-12 12:11:32 - Hackbook] Unable to resolve target 'android-8'
[2012-11-12 12:11:32 - Scrumptious] Unable to resolve target 'android-8'
[2012-11-12 12:11:32 - PlacePickerSample] Unable to resolve target 'android-8'
[2012-11-12 12:11:32 - SessionLoginSample] Unable to resolve target 'android-8'
[2012-11-12 12:11:32 - FriendPickerSample] Unable to resolve target 'android-8'
[2012-11-12 12:11:32 - HelloFacebookSample] Unable to resolve target 'android-8'
These are the error messages are shown in the console. I have sdk version's 4.1 (API level 16) and 4.0.3 (API level 15) in my eclipse.
Upvotes: 0
Views: 3048
Reputation: 4638
Just right click the project and go to properties -> Android -> and click Project Build Target as Any one of version (Android 2.2 or api level 8)
Hope this will help you .
If you don't have required version installed, Please install it using SDK manager.
Upvotes: 4