Android Facebook application crashes when using a hash key other than the debug hash key

人走茶凉 提交于 2019-12-24 17:52:50

问题


I developed an app which perfectly runs with the debug hash key. But when I use the apk generated with "Android Tools / Export Signed Application Package ..." under Eclipse it crashes.

As lined out under http://developers.facebook.com/docs/howtos/androidsdk/3.0/login-with-facebook/ I show a Toast which presents the hash key. I add this key to the list of hash keys for my application. But that does not help.

I read android app with facebook login integrated, how to generate the release key? but found no answer.

Thank you in advance! BR


回答1:


may be this link will help you i think your using signed apk to generate hashkey

Signed APK has different Key-Hash for Facebook



来源:https://stackoverflow.com/questions/14781633/android-facebook-application-crashes-when-using-a-hash-key-other-than-the-debug

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!