【发布时间】:2021-06-28 17:59:39
【问题描述】:
我有 Android Studio 4.1.3,今天我将手机更新到 Android 11。
我打开我的 Android Studio,一个应用程序,当我尝试将应用程序安装到带有工作室的手机时,它告诉我:
The device already has an application with the same package but a different signature.
In order to proceed, you will have to uninstall the existing application
WARNING: Uninstalling will remove the application data!
Do you want to uninstall the existing application?
我的应用强烈使用外部存储,我的用户在其中拥有数十 GB 的数据。他们不能卸载他们的应用程序!
为什么会发生这种情况,工作室在谈论什么签名,我该如何解决这个问题?
这可能是我的#HOME/.android 文件夹有问题吗?我在搞砸它......
【问题讨论】: