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.

im using code from official Facebook page to perform login in my app. You cand find it here https://developers.facebook.com/docs/getting-started/facebook-sdk-for-android/3.0/ . The problem is, it only works on Android 2.2.2. On 2.3.5 and higher versions it just exits. Logcat shows:

    showStatusIcon on inactive InputConnection

What can cause that and how can I make it work on higher versions of Android? Thanks in advance.

share|improve this question

1 Answer

Are you creating your own project, or are you running the samples directly?

If you're using your own project, are you cleaning up all your connections? See Android input connection error

share|improve this answer

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.