Git Product home page Git Product logo

Comments (9)

ay-git avatar ay-git commented on June 24, 2024

I use com.google.android.gms:play-services:6.+
test on asne:0.3.1 and asne:0.3.3

from asne.

andriistakhov avatar andriistakhov commented on June 24, 2024

I have same problem in my project

from asne.

gorbin avatar gorbin commented on June 24, 2024

Thanks, will check it and fix...

from asne.

andriistakhov avatar andriistakhov commented on June 24, 2024

what the status of this bug?

from asne.

ruckus avatar ruckus commented on June 24, 2024

I tracked it down to this line:

https://github.com/gorbin/ASNE/blob/master/googleplus%2Fsrc%2Fmain%2Fjava%2Fcom%2Fgithub%2Fgorbin%2Fasne%2Fgoogleplus%2FGooglePlusSocialNetwork.java#L546

If that line changes to:

.addApi(Plus.API)

Removing the 2nd argument. Than it works.

from asne.

mathieudebrito avatar mathieudebrito commented on June 24, 2024

Hi

How is this bug going on please ?
I have the same issue...

from asne.

acuevas91 avatar acuevas91 commented on June 24, 2024

how is this bug going on? because I have the same problem yet, thanks!

from asne.

kalkub avatar kalkub commented on June 24, 2024

Please check this problem, I have asne:0.3.3 with actual google services and i have this bug. I have gradle not project.

from asne.

jahertor avatar jahertor commented on June 24, 2024

Yea, as @ruckus said, in v6.+ of gms you need to remove options (the 2nd parameter) from addApi method.

.addApi(Plus.API)

So you need to modify the modules: go to gradle of 'googleplus' module and change play-services to the same version you have in your app.

Also you need to change some things of every module in the new versions of gradle:

    defaultConfig {
        minSdkVersion 10
        targetSdkVersion 21
    }
    buildTypes {
        release {
            minifyEnabled false
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
        }
    }

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.