Android Question updated to B4A v13.0 BETA and got error doing build app bundle

dxptech

Member
Licensed User
Longtime User
I updated everything for B4A v13.0 Beta and have tested code successfully on older Tablets/phones. Then, I tried to build an app bundle getting ready for the Play Store and got the following info in the Compile (Build: Default) pane:

Parsing code. (0.11s)
Java Version: 19
Building folders structure. (0.50s)
Compiling code. (0.10s)
Compiling layouts code. (0.01s)
Organizing libraries. (0.08s)
(AndroidX SDK)
Compiling resources (1.43s)
Linking resources (0.33s)
build tools: 34.0.0, android jar: android-34
Compiling generated Java code. (3.88s)
Finding libraries that need to be dexed. (0.03s)
Dex code (2.97s)
Dex merge (4.54s)
Copying libraries resources (1.77s)
Building app bundle Error <--------Got this Error
C:\Android4\tools\bin\bundletool.jar

Any idea what could be causing this?
 
Top