Genymotion
2018-09-14 本文已影响0人
账房先生2016
INSTALL_FAILED_NO_MATCHING_ABIS when install apk
downloading "Genymotion-ARM-Translation.zip"(u can google the zip file).
start and run my genymotion.
Drag the zip file to the genymotion virtual device,Then click 'ok' button by Following the tips.Finally restart ur genymotion and it works for me.
Genymotion virtualization engine not found/plugin loading aborted on Mac
Found this solution on another stackoverflow, but thought I'd help spread the good word. The problem has to do with VBoxManager
installing to /usr/local/bin
and genymotion expecting it in /usr/bin
. So create a symlink and you're golden:
sudo ln -s /usr/local/bin/VBoxManage /usr/bin