-
Notifications
You must be signed in to change notification settings - Fork 391
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
Using ”---localtesting “ mode for overlay installation will result in plug-in legacy #244
Comments
Could you provide steps to reproduce for the problem? |
Yes. Second : Modify the module_ 1. Use the localtesting mode again. Finally,If you overwrite the installation, the code will not take effect |
Have you invoked install-apks after you modified module_1? |
yes. |
For now you can simply workaround this by: where $PACKAGE_NAME is a package name of your app. |
Fixed in 1.8.1. |
Describe the bug
I have installed splitapk. Then I modified the code and tried to use the local testing mode to simulate and download the new splitapk. At this time, the plug-in has been downloaded. It is found that the modified code does not take effect because the legacy splitapk is still used at this time
Bundletool version(s) affected
Version: [1.8]
Stacktrace
build-apks --local-testing
To Reproduce
overlay installation
Additional context
Can you provide a good way to avoid this problem? For example, adding new parameters can delete the previous splitapk when the installation is overwritten?
The text was updated successfully, but these errors were encountered: