I formatted my PC with a clean install of W10Pro Licensed.
After installing all the needed components i'm having an error when i compile my app.
B4A 9.50 licensed, JDK 11.0.1, Android SDK platform 28
After installing all the needed components i'm having an error when i compile my app.
B4A 9.50 licensed, JDK 11.0.1, Android SDK platform 28
B4X:
B4A Versione: 9.50
Java Versione: 11
Analisi del Codice. (0.42s)
Building folders structure. (5.57s)
Compilazione del codice. (2.21s)
Compilazione del codice di layouts (0.56s)
Organizzazione Librerie. (0.00s)
(AndroidX SDK)
Generazione file R. (0.60s)
Compilazione del codice debugger. (10.50s)
Compilazione del codice Java prodotto. (8.49s)
Conversione byte code - ottimizzazione dex. Error
Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroidx/annotation/AnimRes;
Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroidx/annotation/AnimatorRes;
Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroidx/annotation/AnyRes;
Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroidx/annotation/ArrayRes;
Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroidx/annotation/AttrRes;
Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroidx/annotation/BinderThread;
Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroidx/annotation/BoolRes;
Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroidx/annotation/CallSuper;
Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroidx/annotation/CheckResult;
UNEXPECTED TOP-LEVEL EXCEPTION:
java.lang.RuntimeException: Translation has been interrupted
at com.android.dx.command.dexer.Main.processAllFiles(Main.java:692)
at com.android.dx.command.dexer.Main.runMonoDex(Main.java:315)
at com.android.dx.command.dexer.Main.runDx(Main.java:293)
at com.android.dx.command.dexer.Main.main(Main.java:249)
at com.android.dx.command.Main.main(Main.java:94)
Caused by: java.lang.InterruptedException: Too many errors
at com.android.dx.command.dexer.Main.processAllFiles(Main.java:684)
... 4 more