Exception in thread "main" java.lang.UnsupportedClassVersionError: neko/ui/adapters/InterchangeableListAdapter : Unsupported major.minor version 51.0, compiling:(adapters.clj:12:1)
--
You received this message because you are subscribed to the Google Groups "clojure-android" group.
To unsubscribe from this group and stop receiving emails from it, send an email to clojure-andro...@googlegroups.com.
To post to this group, send email to clojure...@googlegroups.com.
Visit this group at http://groups.google.com/group/clojure-android.
For more options, visit https://groups.google.com/groups/opt_out.
UNEXPECTED TOP-LEVEL ERROR:
java.lang.OutOfMemoryError: Java heap space
at com.android.dx.util.IntList.<init>(IntList.java:87)
at com.android.dx.rop.code.RopMethod.calcPredecessors(RopMethod.java:173)
Let the list know when you add any features to the SQLite adapter; I would love to test them out. Especially would be interested if support gets added for Longs as opposed to just Integers. I think that SQLite supports them, but currently I have to use Integer as the declared type in the schemas, so it is hard for me to translate data structures from the server into my apps.