Hello,
I'm testing my new library FoldableMenue in Deep.
In a test B4A project I activated alle needed library ref included FoldableMenu lib.
In B4XMainPage I setup the menu.
Running the App in Release or Debug Mode on the real device or Emulator I get the following error message:
B4A Version: 10.2
Java Version: 8
Parse den Code. (0.20s)
Building folders structure. (0.05s)
Führe individuellen Aktion aus. (0.08s)
Kompiliere den Code. (0.35s)
Kompiliere Layoutcode. (0.01s)
Organisiere Libraries. (0.00s)
(AndroidX SDK)
Generiere R Datei. (0.00s)
Kompiliere Debugger-Code (1.64s)
Kompiliere generierten Java Code. (1.56s)
Byte-Code konvertieren - optimiert dex. Error
Uncaught translation error: java.lang.IllegalArgumentException: already added: Lb4a/example/b4xbitset;
Uncaught translation error: java.lang.IllegalArgumentException: already added: Lb4a/example/b4xbytesbuilder;
Uncaught translation error: java.lang.IllegalArgumentException: already added: Lb4a/example/b4xcollections;
Uncaught translation error: java.lang.IllegalArgumentException: already added: Lb4a/example/b4xorderedmap;
Uncaught translation error: java.lang.IllegalArgumentException: already added: Lb4a/example/b4xset;
5 errors; aborting
If I do not implement FoldableMenu lib and I implement the FoldableMenu-Class-Module it all works.
I created the FoldableMenu lib by Menu Project/Compile to Library.
Can anyone tell me whats going wrong here?
Best regards
Stay well Günter
I'm testing my new library FoldableMenue in Deep.
In a test B4A project I activated alle needed library ref included FoldableMenu lib.
In B4XMainPage I setup the menu.
Running the App in Release or Debug Mode on the real device or Emulator I get the following error message:
B4A Version: 10.2
Java Version: 8
Parse den Code. (0.20s)
Building folders structure. (0.05s)
Führe individuellen Aktion aus. (0.08s)
Kompiliere den Code. (0.35s)
Kompiliere Layoutcode. (0.01s)
Organisiere Libraries. (0.00s)
(AndroidX SDK)
Generiere R Datei. (0.00s)
Kompiliere Debugger-Code (1.64s)
Kompiliere generierten Java Code. (1.56s)
Byte-Code konvertieren - optimiert dex. Error
Uncaught translation error: java.lang.IllegalArgumentException: already added: Lb4a/example/b4xbitset;
Uncaught translation error: java.lang.IllegalArgumentException: already added: Lb4a/example/b4xbytesbuilder;
Uncaught translation error: java.lang.IllegalArgumentException: already added: Lb4a/example/b4xcollections;
Uncaught translation error: java.lang.IllegalArgumentException: already added: Lb4a/example/b4xorderedmap;
Uncaught translation error: java.lang.IllegalArgumentException: already added: Lb4a/example/b4xset;
5 errors; aborting
If I do not implement FoldableMenu lib and I implement the FoldableMenu-Class-Module it all works.
I created the FoldableMenu lib by Menu Project/Compile to Library.
Can anyone tell me whats going wrong here?
Best regards
Stay well Günter
Last edited: