Android Question Jtds 1.3.1 x Desugar ?

Duhaczek

Member
I'm using B4A ver. 10.9 with additional Jtds-1.3.1.jar but after some update (SDK build tools ?) I'm getting error:
Uncaught translation error: com.android.dx.cf.code.SimException: invalid opcode ba (invokedynamic requires --min-sdk-version >= 26)
I tried to desugar this jar file and I can see some added code (added folder com/google/devtools....) but I'm getting the same error.
I also tried to change Java version from 11 to 8 with no success.
Can anyone help ?
Thanks.
 
Top