Skip to content

Fix MethodHandle.invoke and MethodHandle.invokeExact are only supported starting with Android O (--min-api 26) #112

@riodevista

Description

@riodevista

I get this exception when try to compile android app with minSdk=24

Caused by: [CIRCULAR REFERENCE: com.android.tools.r8.internal.g: MethodHandle.invoke and MethodHandle.invokeExact are only supported starting with Android O (--min-api 26):

Upping minSdk to 26 solves the problem but it would be great if you adjust these invocations and the lib supports 24 sdk (or even 21 is better).

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