'Installing Facebook APK in Genymotion

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)"


Solution 1:[1]

please see below link and follow the steps:-

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

Solution 2:[2]

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

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 duggu
Solution 2 AbcAeffchen