Android Question {Solved]Error building app bundle

DataMiser

Member
Licensed User
When I try to build the app bundle for the app I have been working on I get the following message and the bundle fails to build.
B4A Version: 10.70
Parsing code. (0.05s)
Java Version: 11
Building folders structure. (0.04s)
Running custom action. (0.04s)
Compiling code. (0.06s)
Compiling layouts code. (0.01s)
Organizing libraries. (0.00s)
(AndroidX SDK)
Compiling resources (0.09s)
Linking resources (0.39s)
Compiling generated Java code. (0.02s)
Convert byte code - optimized dex. (1.33s)
Copying libraries resources (0.31s)
Building app bundle Error
S:\Android\tools\bin\bundletool.jar

I looked in the folder listed and there is no file in there by that name.
 

DataMiser

Member
Licensed User
Thanks, It's odd I had downloaded those files a couple of weeks ago and did a clean install on this machine.

I just downloaded the resources file again and opened the zip saw the bundletool.jar in there under the build tools folder. Looked on my system and it is not there. Put the file there and still got the error. Made a copy and placed the copy in the folder shown in the error message and package built without issue.

Not sure what the deal was there but it works now so ... moving on :)
 
Upvote 0
Top