Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android app Bundle On Demand don't work #14

Closed
DilerxD opened this issue May 28, 2018 · 3 comments
Closed

Android app Bundle On Demand don't work #14

DilerxD opened this issue May 28, 2018 · 3 comments

Comments

@DilerxD
Copy link

DilerxD commented May 28, 2018

Hi, when i installed an app whit on demand feature, the app dont show the app the installation of the module, if is like the on demand feature doesn't work.
I use this repository for example.
https://github.com/googlesamples/android-dynamic-feature
And this steps for make my apks
https://developer.android.com/guide/app-bundle/test

Cheers.

@keyboardsurfer
Copy link
Member

In order to make use of the capabilities of dynamic delivery you'll have to upload your bundle file to the Play Store. In a local installation all bundles are being installed on device in a single command.

@plecesne plecesne closed this as completed Jun 5, 2018
@DilerxD
Copy link
Author

DilerxD commented Jun 6, 2018

Hi, @keyboardsurfer can i only install the base apk using bundletool ?
or I should need to upload the example app to app store :D ?

@plecesne
Copy link
Contributor

plecesne commented Jun 6, 2018

Try passing the flag --modules=base to the install-apks command. The command help might have more details on this flag.

Note however that you won't be able to trigger the download of another module via bundletool; this can currently only be done via Play servers, thus requiring to upload the app to a track in the Play Console and download it via the Play Store.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants