在安裝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
問題解決: