When you install the app, it pops up as an error.
The official website explains: The Genymotion Simulator uses the x86 architecture, in the third party market application some does not adopt the x86 such a kind of structure, therefore does not pass in the compile time, reported "the APP not Installed", may download genymotion provides the ARM conversion toolkit , convert the APK from the ARM architecture in the app market to the x86 architecture that genymotion can compile;
An error occured while deploying the file.
This probably means 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 a ARM translation tool in your device.
An error occurred while deploying the file.
This may mean that the application contains local arm code and that your genymotion device cannot run the arm instruction. You can build your native code for x86 or install an arm on your device with a translation tool.
Workaround:
下载Genymotion-ARM-Translation-Librarities工具转换包。百度云下载:https://pan.baidu.com/s/1OvT-4obXvTIf-M5QGexcQA
Do not unzip after download, drag directly into the simulator
Then execute the following command to make the file effective
1. ADB shell
2. cd/sdcard/download/
3. Sh/system/bin/flash-archive.sh/sdcard/download/genymotion-arm-translation.zip
Restart Genymotion
Problem solving:
The app in Genymotion can't install the problem