Skip to content

Drawable items are missing in mdpi apk #64

@kzotin

Description

@kzotin

Describe the bug
Drawable resources, which IDs are defined in library module and actual images are in app module, are not part of mdpi APKs, made from AppBundle.

Code example is located here:
https://github.com/kzotin/appbundle-mdpi-bug

Bundletool version(s) affected
Version: 0.9.0

To Reproduce

  1. Define drawable resource in the library module
  2. Add actual image to app module
  3. Build bundle: gradlew bundleRelease
  4. Use bundletool to create result APKs
  5. Check standalone APKs: hdpi, xhdpi, xxhdpi, xxxhdpi have icon, but mdpi APK does not.

Expected behavior
Icon exists in mdpi APK

Environment:
OS: Any

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions