Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在做“Android 上的 Facebook 集成”并在 facebook 墙上发布状态。我已关注“http://www.londatiga.net/it/how-to-use-facebook-sdk-to-post-status-from-安卓”。但是当我按下按钮发布时,它卡在模拟器中。在 logcat 中显示为“真实对象已被删除”。你能告诉我是什么原因。谢谢
您在真实设备中也遇到此错误吗?像这样的异常通常是模拟器问题。
你的AndroidManifest.xml档案里有 android:configChanges="keyboard|keyboardHidden|orientation"吗?
AndroidManifest.xml
android:configChanges="keyboard|keyboardHidden|orientation"
如果是这样,请尝试删除该行,然后再次运行。