"APK was defined multiple times" ,使用 Android Studio 安装应用程序失败
"APK was defined multiple times" , app fails to install with Android Studio
我的应用程序安装得很好...安装和重新安装以进行测试等。但现在它不再安装了...并且 Android Studio 说,
Application Installation Failed
Installation failed with message Failed to
finalize session :
INSTALL_FAILED_INVALID_APK: Split
lib_slice_3_apk was defined multiple times.
It is possible that this issue is resolved by
uninstalling an existing version of the apk if it is
present, and then re-installing.
WARNING: Uninstalling will remove the
application data!
Do you want to uninstall the existing
application?
[CANCEL] [OK]
我尝试从 phone 中卸载该应用程序,但它仍然无法重新安装。
此外,我尝试在以前从未安装过的模拟器上重新安装它,但也没有用。
我想我一定是无意中弄乱了一些我不明白的与编译相关的设置(但我没有做过那样的事情)。我不了解编译过程,并且非常依赖 Android Studio 来完成。
我一直在为这个开发一个 "sister" 应用程序...我从中复制了一些库(.jar 文件,例如来自 [项目根目录]\app\libs 的 zixng.jar)从这个应用程序到另一个应用程序。我的 phone 上也安装了另一个应用程序……但话又说回来,它不在模拟器上……所以我想这不是问题所在。梅尔普
感谢您的任何建议或可能的解释。
尝试清理然后重新生成项目。为此,请转到“构建”菜单,这两种工具都有。
如果问题没有解决,请尝试使缓存无效并从“文件”菜单重新启动 Android Studio -> 使 Caches/Restart.
无效
我的应用程序安装得很好...安装和重新安装以进行测试等。但现在它不再安装了...并且 Android Studio 说,
Application Installation Failed
Installation failed with message Failed to
finalize session :
INSTALL_FAILED_INVALID_APK: Split
lib_slice_3_apk was defined multiple times.
It is possible that this issue is resolved by
uninstalling an existing version of the apk if it is
present, and then re-installing.
WARNING: Uninstalling will remove the
application data!
Do you want to uninstall the existing
application?
[CANCEL] [OK]
我尝试从 phone 中卸载该应用程序,但它仍然无法重新安装。
此外,我尝试在以前从未安装过的模拟器上重新安装它,但也没有用。
我想我一定是无意中弄乱了一些我不明白的与编译相关的设置(但我没有做过那样的事情)。我不了解编译过程,并且非常依赖 Android Studio 来完成。
我一直在为这个开发一个 "sister" 应用程序...我从中复制了一些库(.jar 文件,例如来自 [项目根目录]\app\libs 的 zixng.jar)从这个应用程序到另一个应用程序。我的 phone 上也安装了另一个应用程序……但话又说回来,它不在模拟器上……所以我想这不是问题所在。梅尔普
感谢您的任何建议或可能的解释。
尝试清理然后重新生成项目。为此,请转到“构建”菜单,这两种工具都有。
如果问题没有解决,请尝试使缓存无效并从“文件”菜单重新启动 Android Studio -> 使 Caches/Restart.
无效