Android Question [Solved] B4A v13.0 BETA - fail to build App Bundle

asales

Expert
Licensed User
Longtime User
Just create a new project and try to build the App Bundle.

B4X:
B4A Version: 13.00 BETA #1
Parsing code.    (0.03s)
    Java Version: 19
Building folders structure.    (0.02s)
Running custom action.    (0.05s)
Compiling code.    (0.07s)
    
ObfuscatorMap.txt file created in Objects folder.
Compiling layouts code.    (0.00s)
Organizing libraries.    (0.00s)
    (AndroidX SDK)
Compiling resources    (0.07s)
Linking resources    (0.17s)
    build tools: 34.0.0, android jar: android-34
Compiling generated Java code.    (1.32s)
Finding libraries that need to be dexed.    (0.00s)
Dex code    (2.03s)
Dex merge    (1.57s)
Copying libraries resources    (0.10s)
Building app bundle    Error
C:\Android\tools\bin\bundletool.jar
 

f0raster0

Well-Known Member
Licensed User
Longtime User
Just create a new project and try to build the App Bundle.
...
Building app bundle Error
C:\Android\tools\bin\bundletool.jar[/CODE]
I did a test, and it worked for me.
It might be a specific issue with your app? so you may need to provide more details.

B4X:
B4A Version: 13.00 BETA #1
Parsing code.    (0.09s)
    Java Version: 19
Building folders structure.    (0.05s)
Running custom action.    (0.03s)
Compiling code.    (0.17s)
Compiling layouts code.    (0.00s)
Organizing libraries.    (0.00s)
    (AndroidX SDK)
Compiling resources    (0.05s)
Linking resources    (0.28s)
    build tools: 34.0.0, android jar: android-34
Compiling generated Java code.    (0.04s)
Finding libraries that need to be dexed.    (0.01s)
Dex code    (1.04s)
Dex merge    (4.64s)
Copying libraries resources    (2.12s)
Building app bundle    (1.17s)
Signing AAB file    (1.44s)
    Algorithm: -digestalg SHA1 -sigalg SHA1withDSA
Output file: C:\BLEExample.aab
Completed successfully.
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
The bundletool was missing from the latest resources package. Will be fixed.

You can download it from: https://www.b4x.com/android/files/bundletool.jar

Put it in <android sdk>\build-tools

1721724583472.png
 
Upvote 0
Top