简体   繁体   English

如何在Android Studio中更新应用

[英]How to update the app in Android Studio

I created an app in Android Studio v0.3.7. 我在Android Studio v0.3.7中创建了一个应用程序。

The app works fine on v 4.3 but crashes on 4.1.2 as reported by some users of the app. 该应用程序在v 4.3上可以正常运行,但某些应用程序的用户报告说在4.1.2上崩溃。

I found that the adding a prepopulated sqlite database function is the code that crash the app on 4.1.2 我发现添加预填充的sqlite数据库函数是使应用程序在4.1.2崩溃的代码

Now I want to change this function to rectify the problem and publish it as an update on Google Play. 现在,我想更改此功能以纠正问题并将其作为更新发布在Google Play上。

Anyone has a tutorial or link on this please? 有人对此有教程或链接吗?

您只需正常地纠正问题,然后使用与您之前使用的密钥库完全相同的密钥库导出一个Signed APK ,否则它将不会在Google Play上更新该应用程序,那么您将必须删除并放置一个全新的应用程序,这里的问题您的用户将不会收到更新通知

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

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