Firebase App Distribution with apk splits unable to find apk
问题 I'm trying to bend firebase app distribution to work with apk splits. I almost have it, however my issue is this Could not find the APK. Make sure you build first by running ./gradlew assemble[Variant], or set the apkPath parameter to point to your APK My task task firebaseAllEnvRelease() { group = "publishing" dependsOn ordered( ":printVersionCode", ":foo:app:assembleAllRelease" ":foo:app:firebasePublishAllEnvRelease") } For whatever reason, the firebase task runs the apk check (not upload)