SnappyDB icon indicating copy to clipboard operation
SnappyDB copied to clipboard

The type com.esotericsoftware.kryo.Kryo cannot be resolved. It is indirectly referenced from required .class files

Open rpalsaxena opened this issue 9 years ago • 1 comments

It's not working with my android app.

rpalsaxena avatar Jul 03 '15 12:07 rpalsaxena

snappyDB depends on Kryo do serialize / deserialize objects add this to your build.gradle file

compile 'com.esotericsoftware.kryo:kryo:2.24.0'

condesales avatar Sep 10 '15 15:09 condesales