GithubHelp home page GithubHelp logo

Comments (3)

mariusc83 avatar mariusc83 commented on July 23, 2024

Hi @Arthur-Tavais-Turbi , we tried to reproduce the issue on our end but we are not able to, everything work fine on our end. Can you please confirm that you are adding this block:

repositories {
     maven { setUrl("https://dl.bintray.com/datadog/datadog-maven") }
}

before the dependencies block in your build.gradle file ?

from dd-sdk-android.

aliztekup avatar aliztekup commented on July 23, 2024

It'd be great if you could include this solution in your onboarding documentation (Edit RMU App --> Instrument your application) in your site as well. It doesn't say about adding the datadog-maven repo. Currently it says:

Add the Gradle dependency by declaring the [dd-sdk-android](https://github.com/DataDog/dd-sdk-android) and [DataDog/dd-sdk-android-gradle-plugin](https://github.com/DataDog/dd-sdk-android-gradle-plugin) as dependencies in your build.gradle file:

plugins {
    id("com.datadoghq.dd-sdk-android-gradle-plugin")
}
dependencies {
    implementation "com.datadoghq:dd-sdk-android:x.x.x"
}
buildscript {
    dependencies {
        classpath("com.datadoghq:dd-sdk-android-gradle-plugin:x.x.x")
    }
}

from dd-sdk-android.

0xnm avatar 0xnm commented on July 23, 2024

Hello @aliztekup! Since version 1.8.1 (which was released 2 years ago), our SDK is hosted on the Maven Central instead. We suggest you to use the recent version, so that no dependency on the Bintray is needed.

from dd-sdk-android.

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.