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
 

asales

Expert
Licensed User
Longtime User
Using the B4A 13 with the old SDK (and the SDK 34 update) the App Bundle is build without problem.
 
Upvote 0

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
Cookies are required to use this site. You must accept them to continue using the site. Learn more…