Installing Facebook apk on Android Emulator

流过昼夜 提交于 2019-12-05 10:24:46
Joaquin Iurchuk

Answer taken from here

INSTALL_FAILED_NO_MATCHING_ABIS is when you are trying to install an app that has native libraries and it doesn't have a native library for your cpu architecture. For example if you compiled an app for armv7 and are trying to install it on an emulator that uses the Intel architecture instead it will not work.

Also, you can implement a solution on the emulator as seen here.

And, for the second error I think it's pretty clear: Facebook won't let you use that app because they don't support it anymore.

With the newer Facebook SDKs, I couldn't find the Facebook APK file bundled with the Downloads - Facebook Android SDK.

To install facebook on an emulator:

  • I installed the Google Play Intel Atom Image from the SDK Manager.

  • Created an AVD with the Google Play Intel Atom Image

  • Now you can install Facebook from the Play Store (after sign in)

Now you can use Facebook to test Native login, etc,.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!