Has anyone been able to do this ?!
I tried various sdk / apk combinations from this site with no luck. https://developers.facebook.com/docs/android/downloads
When I use this SDK ...
dependencies { compile 'com.facebook.android:facebook-android-sdk:3.23.0' }
... it only works with targetSdkVersion "L". So good. I run this emulator on x86 and use adb to install
./sdk/platform-tools/adb install Facebook-25.0.0.19.30.apk
I get "INSTALL_FAILED_NO_MATCHING_ABIS". On ARM, I could not start the emulator. This is “Preparing Recommendations” for over 30 minutes.
With a lower version of sdk for Facebook (com.facebook.android:facebook-android-sdkhaps.21.1), I can run the emulator with target SDKVersion 19 and install Facebook.apk (Facebook APK 22.0)
Unfortunately, when I open the Facebook application, I receive a message stating that
"This version of android is no longer supported. please upgrade your device and try again"
I have to do something wrong. Can someone point me in the right direction?
source share