After following the steps in "[Download an on-demand module]".
Then updating the aab file in playconsole, After downloading the testing as given.
Initially I got the Toast "The assets module is not installed", Then "Module assets installed", after that got the toast "Loading assets".
Then I thought the asset is download and ready, but when Tapped on the "show assets" button, the app crashed with expectation "File Not Found Exception"
Their is a case where it works fine, When I build the same code with increasing the versionCode. After updating to the new version, which contains same set of code, then on tapping the "Show Assets" button, Conents in assest module is shown properly. This time I don't face any crash.
After following the steps in "[Download an on-demand module]".
Then updating the aab file in playconsole, After downloading the testing as given.
Initially I got the Toast "The assets module is not installed", Then "Module assets installed", after that got the toast "Loading assets".
Then I thought the asset is download and ready, but when Tapped on the "show assets" button, the app crashed with expectation "File Not Found Exception"
Their is a case where it works fine, When I build the same code with increasing the versionCode. After updating to the new version, which contains same set of code, then on tapping the "Show Assets" button, Conents in assest module is shown properly. This time I don't face any crash.
Can you explain whats happing here?