sublimator / ripple-lib-java

Java version of ripple-lib (work in progress)
ISC License
7 stars 7 forks source link

Android lower version issues with library #23

Open argz7 opened 6 years ago

argz7 commented 6 years ago

Unfortunately the library does not support versions lower than Android O (version 26)

The following are the issues why:

  1. Invoke-customs are only supported starting with Android O (--min-api 26)
  2. Static interface methods are only supported starting with Android N (--min-api 24)
sublimator commented 6 years ago

Android O is android 8?

argz7 commented 6 years ago

Yup

sublimator commented 6 years ago

Obviously the lib needs to be rewritten in Kotlin haha

sublimator commented 6 years ago

But you got it working on android 8?

argz7 commented 6 years ago

Oh haha that's going to be hard work. Somehow I made it to compile, but I get the java.lang.NoClassDefFoundError, I made a separate issue