I am just starting off with Facebook for Android. I have followed the instructions provided on the developer website. I created a facebook project and used Android 2.3.3 as target. Then I created another project(with the same target) and added the Facebook project. However, the following error keeps popping up: "Unable to resolve target 'android-3'". I have the APKs 7 and 10 only. How do I resolve this? Please help!
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.
|
|
|
In your manifest file change target sdk version to 10. That might look like this.
|
|||
|
|
|
in http://developers.facebook.com/docs/getting-started/facebook-sdk-for-android/3.0/
|
|||
|
|