This message was deleted.
# android
s
This message was deleted.
😶 2
c
First this channel is about Kotlin and not a general Android Q&A. Second there is a note in the docs for dynamic modules:
Note: If you want to test downloading and installing feature modules on demand, you must do so after you publish your app bundle and then use the Play Console internal test track. To learn more, read Upload your app bundle to the Play Console.
👍 2
l
Sorry, wrong channel, I've deleted the message. Also, I was aware of that note, I was looking for another workaround 😄
c
No workaround as the play store is responsible for providing the dynamic features.
l
c
Integration testing I suppose.
💔 1
Creates a fake implementation of the SplitInstallManager.
This implementation is self-contained and obtains splits from a specified directory, which can be populated passing the --local-testing flag to bundletool build-apks and using bundletool install-apks to install the app.
If you are not using --local-testing, you should use the alternative factory method and provide the local module directory explicitly.
It is provided for testing, e.g. checking sequences of events when installing dynamic features and additional languages. It is suitable for use in integration tests.