Installing Facebook APK in Genymotion

5

I want to install Facebook APK to Genymotion. Using Drag&Drop or adb it fails with INSTALL_FAILED_CPU_ABI_INCOMPATIBLE. I have followed instuction on http://forum.xda-developers.com/showthread.php?t=2528952 and installed ARM Translation Installer. After this, Facebook APK is installed successfully but when I launch it, it crashes. In log, I have found

"1341-1341/com.facebook.katana:nodex A/libc﹕ Fatal signal 11 (SIGSEGV) at 0x000000b4 (code=1), thread 1341 (ok.katana:nodex)"
android
facebook
android-emulator
genymotion
asked on Stack Overflow Jun 12, 2014 by vasekt • edited Jun 12, 2014 by duggu

2 Answers

0

please see below link and follow the steps:-

http://forum.xda-developers.com/showthread.php?t=2528952

answered on Stack Overflow Jun 12, 2014 by duggu
-1

Follow these steps.

  1. Change PATH system variable to path of tool i.e. parent-Directories/to/tools.
    Go to My Computer-->Properties-->Advances System Settings-->System Variables-->PATH.

  2. RUN-->cmd and change your current directory to /tool ( tools directory should have adb.exe ) http://www.wikihow.com/Change-Directories-in-Command-Prompt

  3. Install just one virtual device in Genymotion Virtual Device Manager and run that virtual device.

  4. Run the command, adb install full-path/yourAPK.apk

  5. In case of more installed virtual devices, your fourth step would be
    adb -e install full-path/yourAPK.apk

answered on Stack Overflow Dec 22, 2014 by Mazhar • edited Dec 22, 2014 by AbcAeffchen

User contributions licensed under CC BY-SA 3.0