Giter VIP home page Giter VIP logo

Comments (5)

arthur-feral avatar arthur-feral commented on July 3, 2024

Hi, i am trying to get google plus signin working on my android app, but i get issues.

Debug says "GooglePlayServicesUtil﹕ Google Play services is missing."
So when i add
compile 'com.google.android.gms:play-services-base:6.5.87'
compile 'com.google.android.gms:play-services-plus:6.5.87'

in my build gradle file it doesn't work and throws this error:
Error:Execution failed for task ':app:processDebugResources'.

Error: more than one library with package name 'com.google.android.gms'
You can temporarily disable this error with android.enforceUniquePackageName=false
However, this is temporary and will be enforced in 1.0

So i can't use G+ Connect unfortunally. But Facebook Connect works great.

Can you tell me what dependencies should i have to add in Gradle file ?

Thanks a lot for this Useeful lib.

from asne.

acuevas91 avatar acuevas91 commented on July 3, 2024

In my case, I add a lower version of GooglePlayServices, specifically,
compile 'com.google.android.gms:play-services:4.3.23' and it works fine, but I would like to update to last version

from asne.

brycehendrix avatar brycehendrix commented on July 3, 2024

I forked it, changed the lines I specified above, then built it. Unfortunately, that means I have to put it in my libs dir rather than using maven central.

from asne.

arthur-feral avatar arthur-feral commented on July 3, 2024

There is another issue:
here: http://gorbin.github.io/ASNE/com/github/gorbin/asne/googleplus/GooglePlusSocialNetwork.html
We can see that getAccessToken is not supported, that a problem for me :/
and the requestCurrentPerson() method return everytime NETWORK_ERROR.
I really need 2 specific datas at the login time for my app: the AccessToken and the user id :(

from asne.

kysmet avatar kysmet commented on July 3, 2024

@arthur-feral were you able to resolve the issue "requestCurrentPerson() method return everytime NETWORK_ERROR."?

from asne.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.