我想将 Facebook APK 安装到 Genymotion。使用拖放或 adb 失败并显示 INSTALL_FAILED_CPU_ABI_INCOMPATIBLE。我已经按照 http://forum.xda-developers.com/showthread.php?t=2528952 上的说明安装了 ARM Translation Installer。在此之后,Facebook APK 安装成功,但当我启动它时,它崩溃了。在日志中,我找到了
"1341-1341/com.facebook.katana:nodex A/libc﹕ Fatal signal 11 (SIGSEGV) at 0x000000b4 (code=1), thread 1341 (ok.katana:nodex)"
请参阅以下链接并按照以下步骤操作:-
按照以下步骤操作。
将 PATH 系统变量更改为工具路径,即
parent-Directories/to/tools
.RUN-->cmd 并将当前目录更改为 /tool ( tools 目录应该有 adb.exe ) http://www.wikihow.com/Change-Directories-in-Command-Prompt
在 Genymotion Virtual Device Manager 中只安装一个虚拟设备并运行该虚拟设备。
运行命令,
adb install full-path/yourAPK.apk
如果安装了更多虚拟设备,您的第四步将是
adb -e install full-path/yourAPK.apk