Hi Christian, Thanks for your message. Starting with jOOQ 3.7 onwards, the jOOQ Open Source Edition requires Java 8 or more, which is why you're seeing this error. The jOOQ 3.7+ API refers to Java 8 API and language features, which require an SDK version 24 or more in Android: https://developer.android.com/studio/write/java8-support.html
We still support Java 6 compatible API in the commercial distributions of jOOQ: https://www.jooq.org/download/versions I hope this helps, Best Regards, Lukas 2018-01-30 13:07 GMT+01:00 <[email protected]>: > Hi Guys, > > We are trying to compile an Android app targeted for SDK <=19. > > We get this error: default or static interface method used without > --min-sdk-version >= 24 cause of org/jooq/impl/SelectImpl.class. > > Is there any know workaround? > > > Thanks in advance and best regards > > -- > You received this message because you are subscribed to the Google Groups > "jOOQ User Group" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
