避免在安装签名版本之前卸载未签名的 Android 应用程序
我正在测试测试应用程序的签名版本。但是当我尝试覆盖以前的安装时,安装程序报告“应用程序未安装”。
我在应用程序 SharedPreferences 中有有趣的信息,我想知道是否有任何方法可以避免卸载我以前的未签名版本而丢失我的 SharedPreferences。
先感谢您!
I was testing a signed version of a test application. But when I try to overwrite the previous installation, the installer reports "Application not installed".
I have interesting info in the application SharedPreferences and I was wondering if there is any way to avoid uninstalling my previous unsigned version losing my SharedPreferences.
Thank you in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从终端尝试此操作:
这应该卸载您的应用程序,但留下其数据。然后,当您安装签名版本时,您的首选项将保持不变。
Try this from the terminal:
That should uninstall your app but leave behind its data. Then when you install the signed version your preferences will be intact.