android 在Genymotion中安装Facebook APK

bsxbgnwa  于 2022-12-25  发布在  Android
关注(0)|答案(2)|浏览(140)

我想安装Facebook APK到Genymotion。使用拖放或adb失败与INSTALL_FAILED_CPU_ABI_INCOMPATIBLE。我已经按照指令在http://forum.xda-developers.com/showthread.php?t=2528952和安装ARM翻译安装程序。在此之后,Facebook APK安装成功,但当我启动它,它崩溃。在日志中,我发现

"1341-1341/com.facebook.katana:nodex A/libc﹕ Fatal signal 11 (SIGSEGV) at 0x000000b4 (code=1), thread 1341 (ok.katana:nodex)"
h6my8fg2

h6my8fg22#

请按照以下步骤操作。
1.将PATH系统变量更改为刀具路径,即parent-Directories/to/tools
转到我的电脑--〉属性--〉高级系统设置--〉系统变量--〉PATH。

  1. RUN--〉cmd并将当前目录更改为/tool(工具目录应该包含adb.exe)http://www.wikihow.com/Change-Directories-in-Command-Prompt
    1.在Genymotion虚拟设备管理器中只安装一个虚拟设备并运行该虚拟设备。
    1.运行命令adb install full-path/yourAPK.apk
    1.如果安装了多个虚拟设备,第四步是
    adb -e install full-path/yourAPK.apk

相关问题