Code Monkey home page Code Monkey logo

Comments (5)

xgouchet avatar xgouchet commented on July 17, 2024 1

Hi @ehrlichja, our target compatibility was set to API 19 (released 7 years ago, and compatible with more than 98% of all the devices out there).

After a really quick test, it appears that indeed using the library as is will indeed crash on a device running Android 17. We'll check if lowering our SDK compatibility is possible, and we'll get back to you.

from dd-sdk-android.

xgouchet avatar xgouchet commented on July 17, 2024 1

When I tried doing that, I got a couple of crashes, so I wouldn't advise on doing that blindly in your application. The safest way would be to fork the project and compile it with minSdk=17 and make sure the Android Lint detect all potential issues.

Also try using the Datadog.setVerbosity() method to get information about any potential issue in the logcat.

from dd-sdk-android.

ehrlichja avatar ehrlichja commented on July 17, 2024

Fingers crossed

from dd-sdk-android.

xgouchet avatar xgouchet commented on July 17, 2024

Hi @ehrlichja , I'm really sorry, but unfortunately, we don't have the resources and time to support such an old version of Android for our SDK right now, and so we won't be lowering our support to version 17.
But since all our code is open sourced, you can make your own fork to add the support to old versions of Android.

from dd-sdk-android.

ehrlichja avatar ehrlichja commented on July 17, 2024

Thanks for checking! Do you forsee any problems with using <uses-sdk tools:overrideLibrary="com.datadog.android"/>? I ran it and didn't get any runtime errors, but also didn't see any log messages in datadog.

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.