Facebook SDK cannot build SDK package because PlayServiceResolver not found - android

I have launched a game for a year and using Facebook login function for a long time. The login function worked properly but suddenly Facebook told me that the Facebook login function does not work so they froze it. I have no idea how to fix it so I tried to set up Facebook SDK again. However, when I try to build SDK Package for Android in Facebook setting menu, error comes out and saying that it cannot find PlayServiceResolver.
Play Services Resolver seems to be upgraded into External Dependency Manager and thus it can't find the path. How could I do to make Facebook SDK build the package? As I am also using Firebase and Firebase is using External Dependency Manager, I am looking for a solution rather than remove External Dependency Manager and install Play Services Resolver again.

Related

Firebase console sdk setup showing as unfinished

I created an android application on Android studio 3.4.2 and integrated Firebase using the firebase assistant tool provided on Android studio.There is no problem with using the features of Firebase on the app but when going to the developer's console of Firebase and going to the project overview, it appears as if the the sdk setup is not finished ,I tried following the sdk setup steps provided and the setup won't finish at the last stage i.e, "checking if the app has communicated with our servers,you may need to uninstall and reinstall the app". I've uninstalled my app and reinstalled it but doesn't seem to be registering the app on the Firebase server.
I've tried restarting the internet, Uninstalled my app and reinstalled,made sure net connectivity are okay on both emulator and pc
Check your Firebase console projects, Is there any project with the same package name?. If there is any please remove and try again.

Error while adding Firebase to android using cordova

I am trying to add Firebase to the android app using Cordova to implement push notification.
so for I was able to add 'google-services.json' to the root of the project.
however when I am trying to build an android app using the command
cmd>cordova build
it's giving me following error.
Could not resolve all dependencies for configuration ':_debugApkCopy'.
Could not find com.google.firebase:firebase-core:9.0.0.
this is occurring despite adding google play services plugin to Cordova.
I am new to hybrid app building , please help me on this.thanks
You need 'Android support Repository'. Open sdk manager check weather this is installed or not. Install/Update it. If already installed, you may need to uninstall and reinstall Android support repository. then restart your PC
You may also install google play services and google repository. many plugins may require these two.

Fabric plugin cannot login via Android Studio

I am using Android Studio 1.5, Fabric Plugin 2.3.1. What possible reasons would Fabric not allow me to login?
The whole process is completely knackered. Any Fabric link I visit including the organization settings link located here directs me to the on-boarding link where all I can do is view instructions on how to download the plugin. I have installed the plugin, login and I see the list of Fabric components for about 2 seconds before it brings me back to the login screen with no message at all.
The credentials are fine (incorrect credentials give me an orange message saying so). I have tried it with 3 different accounts.
So now I am in a situation where I have 3 accounts, all of which only allow me to view instructions on how to download the plugin, and the plugin will not let me get further than the login screen. I could do this manually but cannot access the organization settings screen either. Any ideas?
EDIT: This is the closest similar issue I could find on their forums but it relates to a Mac (I'm on Windows 10, Java version jdk1.7.0_79)
What fixed it for me was adding the authKey to the application block in the main manifest.
NOTE: at the time of this issue, I am using Android Studio 2.0 Beta 6. We believe that there might be an issue with the Fabric plugin and this version.
To see what's happening to the Fabric plugin, I had to open the Console app and view the logs in realtime. Sure enough, it showed that was authenticated with my credentials, AND it passed back the reason I was being sent right back to the login: Missing authkey in the application block.
So I copied an authkey node from a previous project and added it to the manifest and bingo - it took me to the screen to install Crashlytics.
The thing is, I could have sworn that the Plugin was supposed to GIVE me the authkey after it installed Crashlytics, so I was a bit puzzled as to why this worked. But it did.
Again, this is with Android Studio 2.0 Beta6 so it might be only related to that. But using the Console to diagnose the issue with the Fabric Plugin is the take away here.
Download the fabric plugin for android studio via jetbrains.com using your prefered browser(i.e mozilla,chrome etc).
after your file get downloaded(not via andriod studio), open your AndroiStudio, goto --file>>settings>>plugin>>install plugin from disk, give the .jar file which you have downloaded, then restart studio

Unable to integrate facebook 4.0 into eclipse

I want to integrate facebook in my app. i downloaded the latest sdk (4.0) but i am unable to integrate in my app. the facebook sdk is showing errors. im not using the gradle process or maven to import fb sdk in my app. i want to do it with existing app code.
When i am using the previous version of facebook, i am not getting any errors. it is working fine. when i try to add the latest version of facebook, im unable to do it. please any one help me if anything has changed in facebook sdk latest version.?

How to correctly configure Facebook Connect for PhoneGap Build version 3.3?

I’m not finding any recent documentation on how to correctly install Facebook Connect on Android for PhoneGap Build version 3.3. Each time I try to authenticate a user on an android emulator nothing happens. I’m not even sure I am doing the process right. My question is, where in the process am I going wrong?
On PhoneGap’s plugins page for Facebook Connect, it states that you place the plugin XML into your config.xml. I have done so. I have already created an app on Facebook’s developer site and added the Android hash to Facebook.
Originally it seemed that you also needed to include the JavaScript SDK in index.html, but that is not activating the sign in either when I call FB.login().
I have the Facebook app installed on my emulator.
These are the instructions that I have been following:
What is the correct way to install Facebook connect for PhoneGap Build version 3.3?
first you must create an App in facebook and use that [APP_ID] = Your APP_ID as registered on Facebook in your and you APP_NAME .

Categories

Resources