-
Notifications
You must be signed in to change notification settings - Fork 714
Closed
Description
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
brody4hirebrody4hirebrody4hire