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
When using --local-testing flag, accessing a dynamic feature modules just after install crashes the app with FileNotFoundException.
The same flow works in the release variant of the app.
Bundletool version(s) affected
Version: [1.16.0]
Stacktrace
Unable to load Texture registryId='android.resource://com.microsoft.skype.teams.dev/drawable/com.microsoft.skype.teams.dev.remoteassist%3Asceneform_plane'
java.util.concurrent.CompletionException: java.lang.IllegalStateException: java.io.FileNotFoundException: No resource found for: android.resource://com.microsoft.skype.teams.dev/drawable/com.microsoft.skype.teams.dev.remoteassist%3Asceneform_plane
To Reproduce
Build a bundle.
Generate APKs using --local-testing.
Download a DFM on-demand and launch on install.
App crashes with FileNotFoundException. The resource file is present in the DFM installed.
One unique setup is that we attach a Fragment from DFM in an existing Activity (present in base APK). Is this setup supported by local-testing?
Expected behavior
The launch of on-demand installed DFM locally should be successful without crash.
Known workaround
Ignore the crash and launch the second time.
The text was updated successfully, but these errors were encountered:
Describe the bug
When using --local-testing flag, accessing a dynamic feature modules just after install crashes the app with FileNotFoundException.
The same flow works in the release variant of the app.
Bundletool version(s) affected
Version: [1.16.0]
Stacktrace
Unable to load Texture registryId='android.resource://com.microsoft.skype.teams.dev/drawable/com.microsoft.skype.teams.dev.remoteassist%3Asceneform_plane'
java.util.concurrent.CompletionException: java.lang.IllegalStateException: java.io.FileNotFoundException: No resource found for: android.resource://com.microsoft.skype.teams.dev/drawable/com.microsoft.skype.teams.dev.remoteassist%3Asceneform_plane
To Reproduce
One unique setup is that we attach a Fragment from DFM in an existing Activity (present in base APK). Is this setup supported by local-testing?
Expected behavior
The launch of on-demand installed DFM locally should be successful without crash.
Known workaround
Ignore the crash and launch the second time.
The text was updated successfully, but these errors were encountered: