Giter Club home page Giter Club logo

Comments (7)

JoseAlcerreca avatar JoseAlcerreca commented on August 23, 2024

What instructions have you followed to create that build config?

from android-play-publisher-api.

bluesliverx avatar bluesliverx commented on August 23, 2024

I built a gradle plugin to build off of the google play publisher samples, and it's having the same issue apparently: bluesliverx/gradle-android-publisher#6. Any ideas?

from android-play-publisher-api.

JoseAlcerreca avatar JoseAlcerreca commented on August 23, 2024

Use the sample as a base for your project, dependencies should not be defined that way.

from android-play-publisher-api.

bluesliverx avatar bluesliverx commented on August 23, 2024

@JoseAlcerreca, I'm sorry but I don't think that's the right answer. Including the JAR file into the libs directory of a project will fix this (I believe), but I think the actual failure is due to a conflicting or bad google-api-client JAR that is pulled in by google-api-services-androidpublisher. @minakov, try:

classpath('com.google.apis:google-api-services-androidpublisher:v2-rev16-1.19.1') {
  exclude module:'google-api-client'
}

from android-play-publisher-api.

JoseAlcerreca avatar JoseAlcerreca commented on August 23, 2024

Thanks guys! I'm afraid that's out of the scope of this project, which just hosts the sample code, but I'll contact the team.

from android-play-publisher-api.

bluesliverx avatar bluesliverx commented on August 23, 2024

For those who are interested, this is solved by the following:

classpath('com.google.apis:google-api-services-androidpublisher:v2-rev16-1.19.1') {
    exclude module:'google-api-client'
}
classpath 'com.google.api-client:google-api-client:1.20.0'

Basically as long as you include the updated google-api-client, it works just fine. Note: you may need to also update the androidpublisher dep to the latest as well.

from android-play-publisher-api.

bluesliverx avatar bluesliverx commented on August 23, 2024

Pushed 0.5, but the travis builds are untested for release versions, I'll try to keep my eye on it.

from android-play-publisher-api.

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.