Questions tagged [bundletool]

22 questions
0
votes
1 answer

Generate debug Apk from debug aab file is not working

I am using the following command to generate APK from the AAB file using the bundle tool. I am using bundletool-all-1.8.2.jar downloaded from here I am using Windows 10 and when I execute the following command, it didn't generate any APKS file but…
Mimo Saha
  • 61
  • 4
0
votes
1 answer

bundletool build-bundle error: [BT:1.8.2] Error: Version code not found in manifest

I am trying to turn an apk into aab, decompile with apktool, and build with aapt2 and bundletool (all in command line, without gradle). After decompile, aapt2 compile and link looks good, but when I execute build-bundle with bundletool, I got this…
0
votes
1 answer

unpacked apk usign bundletool throws problem parsing package

I recently tried making an android app using react-native expo-cli and also generated the aab file then using bundle tool converted it into apks file which I renamed to .zip extracted and obtained the apk files, now when I try to install the app its…
0
votes
1 answer

Which apk should I use on Bundle tool

I use bundle tool version 1.7.0 to extract apks from bundle file (.aab) after that it gave me a toc.pb and splits folder. On splits folder there are apks base.af,base.en, base-master.apk, base-master2.apk etc. but when i try to install it on my…
J David
  • 1
  • 1
0
votes
2 answers

Android Dynamic feature error

After months of successfully building my project, today I started to get the following error in using Bundletool and Google Play Store Console when I upload my app bundle (.aab): An error occurred while running bundletool build-apks on your…
Sergiob
  • 838
  • 1
  • 13
  • 28
0
votes
1 answer

cant execute buildtool jar file to extract apks from abb file

when I typing in this : C:\Users\Ora Ora\Desktop\Dev\React\Native\Abb to APk>>java -jar bundletool-all-1.4.0.jar //..rest of args I get thsi error : '-jar' is not recognized as an internal or external command, operable program or batch file. but…
سعيد
  • 1,547
  • 1
  • 14
  • 32
0
votes
1 answer

android flutter app development: bundletool Deploy APKs to a connected device

I developed a flutter app and have tested that it works through android studio. Now I am trying to install it through the built files. Using bundletool, I have created a my_app.apks, and am trying to install it to my android device. The command I…
nickt
  • 447
  • 1
  • 4
  • 9
1
2