desugar

  1. D

    Android Question Jtds 1.3.1 x Desugar ?

    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...
  2. Randy Younger

    Android Question After Updating to B4A 10.9 from 10.6 I can't Compile Any Program with Exoplayer Included

    I am using Exoplayer and when I try to compile projects that use it I get the following: B4A Version: 10.90 Parsing code. (0.26s) Java Version: 11 Building folders structure. (0.15s) Compiling code. (0.41s) Compiling layouts code. (0.04s) Organizing libraries. (0.03s) (AndroidX SDK) Compiling...
  3. sadeq.hitex

    Android Question desugar a library by android studio

    Hello there. in this post i want to desugar a jar file but ' the library is not compatible with the desugar tool ' Does anyone know how to do this with android studio?
  4. sadeq.hitex

    B4J Question Desugar problem

    Im trying to desugar an aar library to fix this problem : Uncaught translation error: com.android.dx.cf.code.SimException: invalid opcode ba (invokedynamic requires --min-sdk-version >= 26) UNEXPECTED TOP-LEVEL EXCEPTION: java.lang.RuntimeException: Translation has been interrupted at...
Top