Installing Facebook apk on Android Emulator
问题 Has anyone managed to do this?! I've tried various combinations of sdk/apk 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 seems to work with targetSdkVersion "L". So fine. I run that emulator in 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 have not managed