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
- Define drawable resource in the library module
- Add actual image to app module
- Build bundle:
gradlew bundleRelease
- Use bundletool to create result APKs
- Check standalone APKs: hdpi, xhdpi, xxhdpi, xxxhdpi have icon, but mdpi APK does not.
Expected behavior
Icon exists in mdpi APK
Environment:
OS: Any
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
gradlew bundleReleaseExpected behavior
Icon exists in mdpi APK
Environment:
OS: Any