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.

I am building facebook app for android following a similar tutorial from facebook. Problem is here Facebook Tutorial they are using UiLifecycleHelper and its is not available in facebook sdk. Is that a bug ? Any help much appreciated.

Image attachedClass not available

Regards

share|improve this question
No one has the answer? – Murtaza Hussain Dec 14 '12 at 7:29

2 Answers

This was newly introduced in the Facebook SDK for Android that we released yesterday. It is possible that you downloaded the beta version of the SDK.

Please take the link that Ali provided above, and then clean and rebuild your projects. There's a full getting-started guide for the new (final version of the) SDK here: https://developers.facebook.com/docs/getting-started/facebook-sdk-for-android/3.0/

share|improve this answer
Well, I did downloaded the new sdk, there are some issues inflating fragments. I have tried a lot and inflating fragment error keep coming. – Murtaza Hussain Dec 15 '12 at 7:15

This class import com.facebook.UiLifecycleHelper; is already there in SDK version 3.0 that why no one is answering this. Downloat the latest SDK from here

share|improve this answer
I have checked already. nothing there. – Murtaza Hussain Dec 14 '12 at 7:34
I just downloaded it from there for a check, just to help you. – Ali Imran Dec 14 '12 at 7:38
it includes sample codes to get started. – Ali Imran Dec 14 '12 at 7:41
thanks for your time. let me download again. I downloaded just day ago – Murtaza Hussain Dec 14 '12 at 7:41
show 6 more comments

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.