Giter VIP home page Giter VIP logo

Comments (5)

sough avatar sough commented on July 23, 2024

Hi, try the following:
In your app build.gradle specify GMS version

compile 'com.google.android.gms:play-services:4.3.23'

Close your IDE and delete folders inside your app's build folder. Open IDE and wait while dependencies update finished.
Good luck!

from asne.

mattiacampana avatar mattiacampana commented on July 23, 2024

Thank you @sough but it doesn't work for me :(
I was using the play-services v. 6.1.71. I tried to downgrade as you suggested but i get the same exception.

I using

compile 'com.github.asne:asne-googleplus:0.3.1'

from asne.

sough avatar sough commented on July 23, 2024

Hello, have you deleted app/build folders? You have definetly gms problem, not ASNE.
Check that you have only 4.3.23 folder in path:
app\build\intermediates\exploded-aar\com.google.android.gms\play-services\4.3.23\

And in AndroidManifest by clicking on @integer/google_play_services_version you get 4323000

<meta-data
            android:name="com.google.android.gms.version"
            android:value="@integer/google_play_services_version" />

from asne.

gorbin avatar gorbin commented on July 23, 2024

Sorry for late reply I was in the hospital and could not keep track of the project or fix anything but for now I'm fine and very grateful to you for the issues. I am very interested in this project and will develop it further.

Does @sough solution helps you?

from asne.

mattiacampana avatar mattiacampana commented on July 23, 2024

Hi all, yes the @sough solution was correct (thank you very much!).
I had two play-services (6.1.71) entries in my grade file and I had not noticed! -.-'
Once removed both and added

compile 'com.google.android.gms:play-services:4.3.23'

all works fine! :) Just my curiosity: why ASNE require an old version of google play-services?
Anyway, this library is really usefull! Thanks for this project and thanks for your support guys!

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.