Installing from Android Market. Unknown reason-102

这一生的挚爱 提交于 2019-12-12 14:53:36

问题


I got this error message when I try to install for testing my app from android market

"Installation error." It's followed by "Unknown reason-102".

Is this my apk or my phone???


回答1:


I solved this with using a different signing certificate. The Android docs suggest a life of 10,000 days, but that now creates expiry dates after the end of time in *nix timestamps, which is some time in 2038. I generated a new cert that expires in 2037 and resubmitted the apk and it now installs ok. Unfortunately I had to change the identifier of the app and copy all the descriptions/graphics to the "new" app because play won't let you change the cert on an existing app.

I could install my apk directly on my phone but when it came through market/play it would fail, every time. I thought it was getting corrupted during the submission process and google said they could not help me. It looks like a bug the market/play app to me.



来源:https://stackoverflow.com/questions/9559039/installing-from-android-market-unknown-reason-102

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