Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

enter image description here

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

share|improve this question
Downloading SDK Platform Android 2.2, API 8, revision 3 null Downloading Samples for SDK API 8, revision 1 null Done. Nothing was installed. Getting this while intalling 2.2 – Paru Nov 12 '12 at 7:22

2 Answers

up vote 4 down vote accepted

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.

share|improve this answer

You need to install SDK 8 (Android 2.2).

share|improve this answer
what is this log ? [2012-11-12 12:23:33 - SDK Manager] Skipping 'Google APIs, Android API 8, revision 2'; it depends on 'SDK Platform Android 2.2, API 8, revision 3' which was not installed. – Paru Nov 12 '12 at 7:19

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.