Upload failed: Your Instant App APKs should contain at least one base APK
I need to prepare an Alpha testing for an Instant App and It run like a charm on Android Studio but It is failing when I try to upload it to the PlayStore, saying: Upload failed Your Instant App APKs should contain at least one base APK. The app structure is done using three modules: - base : It contains all the code - apk : Wrapper to obtains the installable apk - instantApp : Wrapper to obtain the instantApp apk This are the build.gradles: base/build.gradle buildscript { repositories { jcenter() } } apply plugin: 'com.android.feature' repositories { jcenter() mavenCentral() flatDir { dirs