1. 程式人生 > >Installation failed with message INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native librarie

Installation failed with message INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native librarie

使用安卓模擬器遇到Installation failed with message INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113. 錯誤時,

解決方法:

    在AndroidStudio 的build.gradle(Moudule:app) 檔案中

splits {
    abi {
        enable true
        reset()
        include 'x86', 'armeabi-v7a','x86_64'
        universalApk true
    }
}

}

相關推薦

Installation failed with message INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native librarie

使用安卓模擬器遇到Installation failed with message INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113. 錯誤時, 解決方法:     在AndroidStudio

Installation falied with message Failed to establish session. - Xiaomi MI5

failed 分享 turn mes 端口 ges 助手 優化 技術 解決方案:http://blog.csdn.net/weitao_666/article/details/66968818 關閉MIUI優化選項,重啟手機。(關閉360手機助手,防止占用端口)

Installation failed with message Failed to finalize session: INSTALL_ FAILED_ TEST_ ONLY: 的問題解決方案

目錄   模擬器不能安裝APK 問題 真機安裝不了APK,或者閃退問題。 IDEA高版本專案,轉Android Studio(2.3.3) 低版本問題 模擬器不能安裝APK 問題 從IDEA開發平臺,轉到Android Studio開發平臺後,發現之前的I

Android studio之遷移定製出現Installation failed with message Failed to finalize session

1、問題把之前能執行的android studio專案換了個目錄,但是執行出現這個錯誤Installation failed with message Failed to finalize sessio

解決問題:Android Studio Run時,APP安裝失敗--Installation failed with message Failed to establish session.

剛開始使用Android Studio, 使用的是紅米Note 3 , MIUI 7.3 ,Run時,app安裝不到手機上,提示: Installation failed with message Failed to establish session. It is pos

Android用小米5調試出現Installation failed with message Failed to establish session問題

手機除錯物件:小米5(坑) 之前是安裝了之後,再執行時,應用出現崩潰閃退(程式沒有錯誤),本來這種情況解除安裝之後再重新安裝執行程式就解決了,但是今天又出現另外一種情況,Installation fa

Installation failed with message Failed to establish session(小米手機)

AndroidStudio開發,除錯安裝到小米手機的時候無法繼續安裝,報錯:Installation failed with message Failed to establish session

【常見踩坑】】USB調試安裝失敗(Installation failed with message INSTALL_CANCELED_BY_USER)

mes 需要 現在 com 錯誤 .cn www all 問題: 【參考】http://www.cnblogs.com/liushilin/p/6553918.html 問題:在USB安裝調試(小米手機),出現如下錯誤 解決:1.小米手機解決辦法見參考。登錄小米賬號

AndroidStudio中執行專案出現Installation failed with message INSTALL_FAILED_CONFLICTING_PROVIDER

當遇到這樣的問題的時候一般問題是問題的關鍵,如下圖。 如上圖遇到這個問題一般是因為你 AndroidManifest.xml中的紅色部分出現了問題。如下查詢你的AndroidManifest.xml如 <provider       androi

安卓安裝失敗:INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113.

  安裝失敗,訊息未能完成會話:INSTALL_FAILED_NO_MATCHING_ABIS:未能提取本機庫,res=-113。 如果apk的現有版本存在,那麼通過解除安裝該版本來解決這個問題是可能的,然後重新安裝。 警告:解除安裝將刪除應用程式資料! 是否要解除安

小米手機測試安裝失敗Installation failed with message:INSTALL_CANCELED_BY_USER

Installation failed with message:INSTALL_CANCELED_BY_USER(小米真機) 場景 用Android studio用真機測試的時候,特別是用小米測試的時候,有時候,在手機已經安裝本應用的的情況下,再此

關於在小米手機安裝程式時出現Installation failed with message INSTALL_CANCELED_BY_USER.

如截圖所示: 出現這個情況一般有以下幾種情況: 1、如果第一次往小米手機上安裝程式時候會需要使用者點選允許安裝才能夠進行安裝,如果不點選的話,就會彈出這個錯誤 2、如果要安裝執行的程式和已安裝的程式簽名不一致等情況則需要進行

安卓真機或者模擬器運行安裝應用時提示 Failure [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries, res=-113]解決辦法

mat failure 出現 rsa div gradled adl xtra res 有時候為了方便調試APP,會在電腦上開啟模擬器來調試我們的代碼,有時候會出現 Failure [INSTALL_FAILED_NO_MATCHING_ABIS: Failed to ex

Installation failed with message INSTALL_FAILED_TEST_ONLY問題

Installation failed with message INSTALL_FAILED_TEST_ONLY.It is possible that this issue is resolved by uninstalling an existing version of the apk if it i

Android Installation failed with message...It is possible that this issue is resolved by uninstalli

1.今天一個朋友問我這樣一個錯誤,資訊和圖如下:Installation failed with message...It is possible that this issue is resolved by uninstalling an existing version

android 模擬器INSTALL_FAILED-NO_MATCHING_ABIS:Failed to extract native libraries,res=-113

一般在android模擬器上執行的時候會遇到這個問題,解決方法 1、增加缺少的so檔案     如果是缺少x86的so檔案,則把x86的so檔案加入即可,其他也一樣。 2、使用arm架構的模擬器     在建立模擬器的時候使

報錯Installtion failed with message INSTALL_FAILED_USER_RESTARICTED.解決方案

報錯如下: Installtion failed with message INSTALL_FAILED_USER_RESTARICTED.It is possible that this issue id resolved by uninstalling an exist

Push failed: Failed with error: Authentication failed for 血淚史

原因:git 登入時用了一個沒有許可權的賬號 解決: git config --global user.name 新的Name             git config --global user.email 新的em

pod 導入第三方 linker command failed with exit code 1 (use -v to see invocation)

pod 技術 html code all -o png targe wid 一般是因為導入了的文件重復 TARGES的other linkers 下的-all_load和-ObjC以及其他的庫的”-XXX”, -all_load就包括了其他的 刪除掉-all_load

安裝xcode6 beta 後調試出現Unable to boot the iOS Simulator以及編譯蘋果官方Swift的demo報錯failed with exit code 1的解決的方法

imu fonts mat 詳細說明 watermark data- 重新啟動 技術分享 說明 蘋果昨天公布新語言Swift(雨燕),須要安裝xcode6 以及mac os 系統為10.9以上。 (xcode6 beta 可在官方下載。須要登錄開發人員賬號;mac os