GithubHelp home page GithubHelp logo

Comments (7)

xgouchet avatar xgouchet commented on August 26, 2024

Thanks for submitting this issue, we'll look into that and provide a fix ASAP

from dd-sdk-android.

geoff-powell avatar geoff-powell commented on August 26, 2024

I am seeing this error as well with 1.4.0-beta1
Gradle Plugin: 3.6.1

from dd-sdk-android.

xgouchet avatar xgouchet commented on August 26, 2024

@KirillBorodin there was an issue in the artifacts 1.3.0 which should be fixed now. Can you retry and let us know how it goes ?

@gpowell13 can you try adding the following excludes to your implementation :

kotlin

    implementation("com.datadoghq:dd-sdk-android:1.4.0-beta1") {
        exclude(group = "com.google.guava", module = "listenablefuture")
        exclude(group = "com.lmax", module = "disruptor")
    }

groovy

    implementation "com.datadoghq:dd-sdk-android:1.4.0-beta1"  {
        exclude group: "com.google.guava", module: "listenablefuture"
        exclude group: "com.lmax", module: "disruptor"
    }

from dd-sdk-android.

KirillBorodin avatar KirillBorodin commented on August 26, 2024

@xgouchet Just retried:

  • updated again to 1.3.0
  • Clean Project
  • Rebuild Project
  • run the app in device with old Android OS

The issue is still present:
Error: C:\Users\MyUser\.gradle\caches\transforms-2\files-2.1\d6c780953302a96e24317c3588620170\jetified-disruptor-3.4.2.jar:com/lmax/disruptor/util/ThreadHints.class, void com.lmax.disruptor.util.ThreadHints.onSpinWait(), MethodHandle.invoke and MethodHandle.invokeExact are only supported starting with Android O (--min-api 26)

from dd-sdk-android.

KirillBorodin avatar KirillBorodin commented on August 26, 2024

Thanks for the quick feedback by the way. Really appreciate it.

from dd-sdk-android.

xgouchet avatar xgouchet commented on August 26, 2024

@KirillBorodin can you also clean your gradle cache and local maven repository to make sure it's indeed using the updated version of the library ?
Other wise, the following exclude should solve the issue :

 exclude group: "com.lmax", module: "disruptor"

from dd-sdk-android.

xgouchet avatar xgouchet commented on August 26, 2024

This is fixed as of version 1.4.0-beta3

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.