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問題就可以解決。
相關文章
- jQuery報錯:Uncaught ReferenceError: $ is not definedjQueryError
- EF:split your EDMX file into multiple diagrams
- 報錯ReferenceError: require is not defined,找不到requireErrorUI
- Android Studio 報錯解決方案 一Android
- 第一次開啟Android Studio建立專案執行報錯Failed to open zip fileAndroidAI
- 執行用例報錯
- ./mongod命令執行報錯Go
- linuxmysql執行報錯LinuxMySql
- 執行srvctl命令報錯
- Mac下Android studio 執行真機MacAndroid
- 開啟Android Studio報錯"required plugin “Android Support” is disabled"AndroidUIPlugin
- Qt報Multiple definition錯誤的解決QT
- 報錯No bean named ' is defined的原因和解決方案Bean
- vue使用vue-amap元件報錯AMap is not definedVue元件
- 【安裝Android Studio報錯之解決方案】Android
- 執行web專案報錯Web
- 執行opatch lsinventory報錯73
- boost asio執行中報錯
- sh指令碼執行報錯指令碼
- Android Studio 使用正式簽名進行除錯Android除錯
- Android Studio com.android.dex.DexException: Multiple dex files define(重複引用包)AndroidException
- Android Studio在android Emulator中執行的專案黑屏Android
- idea上執行scala報錯Idea
- mysql執行報錯mysql.sockMySql
- MacOS 裡執行 sed 命令報錯Mac
- PHP編譯,執行make報錯PHP編譯
- Linux sybase執行isql報錯LinuxSQL
- Laravel 路由學習 - 遇到問題,報錯:Route [home] not definedLaravel路由
- 安裝android studio報錯Failed to install Intel HAXM.AndroidAIIntel
- android studio 安裝報錯 unable to run mksdcard sdk toolAndroid
- stb_image multiple definition of first defined here 多檔案包含問題
- selenium的那些事--執行報錯
- Jenkins中執行docker命令報錯JenkinsDocker
- 執行指令碼diagcollection.pl報錯指令碼GC
- mysql執行命令報segmentation fault 錯誤MySqlSegmentation
- [vue]執行vue --version報錯:-4054 ENOSYSVue
- 【爬坑日記】vue中引入echarts,報錯ReferenceError: echarts is not definedVueEchartsError
- Android studio 開啟一個新專案後會報錯Android