genymotion中app不能安裝問題

Tynam.Yang發表於2018-05-21

在安裝app時彈出如下圖報錯。

官網解釋:Genymotion模擬器使用的是x86架構,在第三方市場上的應用有部分不採用x86這麼一種架構,所以在編譯的時候不通過,報“APP not installed”,可以下載Genymotion提供的ARM轉換工具包,將應用市場中的ARM架構的apk轉換成Genymotion可以編譯的x86架構;

An error occured while deploying the file. 
This probably means that the app contains ARM native code and your Genymotion device cannot run ARM instructions. You should either build your native code to x86 or install an ARM translation tool in your device.

部署檔案時出錯。 
這可能意味著應用程式包含本地ARM程式碼和你的genymotion裝置無法執行ARM指令。你可以建立你的原生程式碼的x86或在您的裝置上安裝一個臂的翻譯工具。

 

解決方法:

  下載Genymotion-ARM-Translation-Librarities工具轉換包。百度雲下載:https://pan.baidu.com/s/1OvT-4obXvTIf-M5QGexcQA

  下載後不要解壓,直接拖進模擬器中

  然後執行下面的命令,使檔案生效

    1. adb shell

    2. cd /sdcard/Download/

    3. sh /system/bin/flash-archive.sh /sdcard/Download/Genymotion-ARM-Translation.zip

  重啟genymotion

問題解決:

  

 

相關文章