Skip to content

Java 8 compatibility causes plugin crash  #727

@NeoLSN

Description

@NeoLSN

Currently Sqlite plugin will crash when closing app if app is built base on Java 8. Since [email protected] is ready to support Java 8 now, this would be an issue for app.

io.sqlc.SQLitePlugin.onDestroy

java.lang.NoSuchMethodError: No virtual method keySet()Ljava/util/concurrent/ConcurrentHashMap$KeySetView; in class Ljava/util/concurrent/ConcurrentHashMap; or its super classes (declaration of 'java.util.concurrent.ConcurrentHashMap' appears in /system/framework/core-libart.jar)

And this is the issue https://gist.github.com/AlainODea/1375759b8720a3f9f094

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions