Android Dynamic Feature INSTALL_FAILED_INVALID_APK
问题 I am trying to add some functionality to an existing application. The app's build.gradle contains several productFlavors and a couple of buildTypes. I have tried to replicate that as best I can in my dynamic-feature module, but I cannot seem to get it to install properly from Android Studio. I followed the example from: https://github.com/googlearchive/android-dynamic-features to set up my feature module, so my project is structured like app features/module/build.gradle build.gradle I added a