Search code examples
androidfacebookfacebook-loginfacebook-sdk-4.0android-facebook

Facebook log in on Android device not working, but works in Android Studio Emulator


I'm creating an Android app which allows the user to log in via facebook

This is working fine when I run the app on my emulator, but when I test it on my mobile device, I receive the following:

10-30 16:50:43.784 24503-24503/com.example.user.sociall2 I/chromium: [INFO:CONSOLE(0)] "Not allowed to load local resource: file:///android_asset/webkit/android-weberror.png", source: data:text/html,chromewebdata (0)

10-30 16:50:43.798 24503-24503/com.example.user.sociall2 D/logOutput: FBLogInError: net::ERR_NAME_NOT_RESOLVED

Can anybody tell me why and how I can solve this?


Solution

  • ensure you're connected to the internet everyone..