Skip to content

SDK incompatible with Android 16 #65

@seventhmoon

Description

@seventhmoon

I've sent an email to support@mob.com about this issue 2 weeks ago.

The SDK or is underlying com.mob.tool is likely causing app crash on Android 16 due to relying on the internal implementation of Android Runtime (ART).

from https://developer.android.com/about/versions/16/behavior-changes-all#art-changes

Relying on internal structures (such as non-SDK interfaces) can always lead to compatibility problems, but it's particularly important to avoid relying on code (or libraries containing code) that leverages internal ART structures, since ART changes aren't tied to the platform version the device is running on and they go out to over a billion devices through Google Play system updates.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions