简体   繁体   English

导出(上载)apk到Play商店崩溃

[英]Exported (Uploaded) apk to the Play store getting crashed

I have published an app on the play store yesterday. 我昨天在Play商店发布了一个应用程序。 Now the app is live but when I tried to install the app from the Play store, its not even showing the splash screen. 现在该应用程序已上线,但当我尝试从Play商店安装应用程序时,它甚至没有显示启动画面。 It's just show unfortunately stopped Error. 它只是显示不幸停止错误。 the .apk from the project is working fine. 该项目的.apk工作正常。

How do I fix this? 我该如何解决?

I have used the following as reference to upload the apk on the play store 我已经使用以下作为参考在Play商店上传apk

http://www.instructables.com/id/Publishing-an-Android-App-to-the-Google-Play-Store/?ALLSTEPS http://www.instructables.com/id/Publishing-an-Android-App-to-the-Google-Play-Store/?ALLSTEPS

Clean your code and publish the signed apk again, it happened with me twice. 清理你的代码并再次发布签名的apk,它发生在我身上两次。

EDIT: 编辑:
Removing warnings will be a plus point, Clean your project, make signed app and before deploying run this apk in to your phone for testing. 删除警告将是一个加分,清理您的项目,制作签名的应用程序,并在部署之前运行此apk到您的手机进行测试。

当你签署apk时,如果它没有正确签名,那么引用就会不匹配,并且会发生异常,因为每次清理你的项目并直接导出你的apk而不运行代码。在上传之前在你的设备中输出apk test后玩商店检查天气是否正常运行。

You need to check the apk file that you uploaded to play store.Do install the same and check the crashlog .I am sure the issue will be with the apk so you need to upload new. 你需要检查你上传的apk文件来玩商店。安装相同的并检查崩溃日志。我相信问题将与apk一起,所以你需要上传新的。

Do clean the project and export your signed apk. 清理项目并导出已签名的apk。

And also for checking the crash log for remote devices you need to add library like ACRA do check the SO post here 而且,为了检查远程设备的崩溃日志,您需要添加像ACRA这样的库,请在此处查看SO帖子
How do I obtain crash-data from my Android application? 如何从Android应用程序获取崩溃数据?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM