bundletool icon indicating copy to clipboard operation
bundletool copied to clipboard

Bundletool is a command-line tool to manipulate Android App Bundles

Results 107 bundletool issues
Sort by recently updated
recently updated
newest added

_This issue was automatically created by [Allstar](https://github.com/ossf/allstar/)._ **Security Policy Violation** Project is out of compliance with Binary Artifacts policy: binaries present in source code **Rule Description** Binary Artifacts are an...

allstar

The bundletool page (https://developer.android.com/studio/command-line/bundletool) says that you can run bundletool build-apks --bundle=/MyApp/my_app.aab --output=/MyApp/my_app.apks Before that it does not explain how to install bundletool in a way that allows me to...

**Describe the bug** A clear and concise description of what the bug is. Error: Unrecognized command 'not-a-command'. **Bundletool version(s) affected** Version: [e.g. 0.3.3] 1.11.0 **Stacktrace** Copy all of the output...

**Describe the bug** Install additional splits apks for locatest failed with permission denied on Hornor 50s with Android 11 **Bundletool version(s) affected** Version: [1.11.0] **Stacktrace** ADB > rm: /sdcard/Android/data/xxxxxxxx/files/local_testing: Permission...

fix like https://github.com/google/bundletool/issues/295

**Describe the bug** When i build an aab using android studio,android generate a apks,then use bundletool first install apks fail,but the second overwrite installation is normal **Bundletool version(s) affected** Version:...

**Describe the bug** Bundletool does not seem to bundle the baseline profiles located inside the folder `BUNDLE-METADATA/com.android.tools.build.profiles` in an aab into the universal apk. **Bundletool version(s) affected** Version: 1.11.0 **Stacktrace**...

java -jar bundletool-all-1.10.0.jar build-apks --bundle=test.aab Error: Missing APKs for [SCREEN_DENSITY] dimensions in the module 'base' for the provided device. com.android.tools.build.bundletool.model.exceptions.IncompatibleDeviceException: Missing APKs for [SCREEN_DENSITY] dimensions in the module 'base' for...

**Is your feature request related to a problem? Please describe.** I wanted to get started using the tool. Per https://developer.android.com/studio/command-line/bundletool#download I downloaded and unzipped the project. I didn't see a...

**Is your feature request related to a problem? Please describe.** When building APKs with Gradle, it is possible to set `android.enableResourceOptimizations=true` which will optimize the resource table by collapsing resource...