Android Studio執行報錯INSTALL_FAILED_INVALID_APK: Split lib_slice _2_apk was defined multiple times....
問題
Installation failed with message Failed to finalize session: INSTALL_FAILED_INVALID_APK: Split lib_slice _2_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!
原因
INSTALL_FAILED_INVALID_APK: Split lib_slice _2_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.其實我們只需要在Build->Clean Project && Clean Project問題就可以解決。
相關文章
- Android Studio 報錯解決方案 一Android
- Mac下Android studio 執行真機MacAndroid
- 第一次開啟Android Studio建立專案執行報錯Failed to open zip fileAndroidAI
- 【安裝Android Studio報錯之解決方案】Android
- Android Studio在android Emulator中執行的專案黑屏Android
- 報錯ReferenceError: require is not defined,找不到requireErrorUI
- 執行用例報錯
- Qt報Multiple definition錯誤的解決QT
- 極光推送demo在android studio中無法執行Android
- vue使用vue-amap元件報錯AMap is not definedVue元件
- yii執行phpunit時報錯PHP
- idea上執行scala報錯Idea
- 執行web專案報錯Web
- sh指令碼執行報錯指令碼
- Android Studio報錯:ERROR: Failed to resolve: com.android.support:appcompat-v7:28.0.+AndroidErrorAIAPP
- 關於Android Studio的This item may not have a label readable by screen readers報錯Android
- android studio 除錯 framework 層程式碼Android除錯Framework
- Android Studio程式碼除錯技巧篇Android除錯
- 初始配置:IntelliJ Android無法執行專案並報錯Error: Module not specifiedIntelliJAndroidError
- tomcat-啟動報錯Multiple Contexts have a path of "/xxxx"TomcatContext
- stb_image multiple definition of first defined here 多檔案包含問題
- selenium的那些事--執行報錯
- sqlplus執行sql檔案報錯SQL
- MacOS 裡執行 sed 命令報錯Mac
- mysql執行報錯mysql.sockMySql
- svelte 執行報錯 getaddrinfo ENOTFOUND localhostlocalhost
- 報錯:org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'xxx'is definedSpringFrameworkBeanException
- Laravel 路由學習 - 遇到問題,報錯:Route [home] not definedLaravel路由
- [轉]Android Studio匯入工程報錯 Error:Cause: peer not authenticated 解決方案AndroidError
- Android Studio 解決編譯報錯 Could not download aapt2-windows.jarAndroid編譯APTWindowsJAR
- [vue]執行vue --version報錯:-4054 ENOSYSVue
- 在KYLIN中執行查詢報錯
- laradock 執行報錯 Service 'workspace' failed to build:AIUI
- Laravel 中執行 PHP artisan migrate 報錯LaravelPHP
- 【爬坑日記】vue中引入echarts,報錯ReferenceError: echarts is not definedVueEchartsError
- 使用android studio 建立app時報錯:Could not download junit.jar(junit:junit:4.12)AndroidAPPJAR
- Android Studio - 安卓開發工具 開啟後報錯集合、修復指南Android安卓
- Android studio virtual Device 啟動失敗時某個報錯解決方案Androiddev