You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Error when makeApk for android test in dynamic feature that configured as unremovable <dist:removable dist:value="false" />
Bundletool version(s) affected
Version: 1.0.0
Stacktrace
com.android.tools.build.bundletool.model.exceptions.InvalidCommandException: The APK Set archive does not contain the following modules: [dynamicfeature]
To Reproduce
Create android project with a dynamic feature module
Set dynamic feature module delivery to install-time and removable value = false
Create an android test scenario for an activity in dynamic feature module
Run the test: ./gradlew dynamicfeature:connectedDebugAndroidTest
Describe the bug
Error when makeApk for android test in dynamic feature that configured as unremovable
<dist:removable dist:value="false" />
Bundletool version(s) affected
Version: 1.0.0
Stacktrace
com.android.tools.build.bundletool.model.exceptions.InvalidCommandException: The APK Set archive does not contain the following modules: [dynamicfeature]
To Reproduce
./gradlew dynamicfeature:connectedDebugAndroidTest
or just checkout from here
Expected behavior
Android Test can be run successfully
Known workaround
Set dynamic feature module removable value to true.
<dist:removable dist:value="true" />
Environment:
OS: macOS Mojave
Additional context
.
The text was updated successfully, but these errors were encountered: