【发布时间】:2021-08-30 20:04:56
【问题描述】:
我正在尝试将 AAB 上传到 App Distribution(链接到 Google Play),但我收到了以下错误:
Execution failed for task ':mobile:appDistributionUploadRelease'.
> Could not find the APK. Make sure you build first by running ./gradlew assemble[Variant*** or set the artifactPath parameter to point to your APK
如何在不构建 APK 的情况下解决问题?
【问题讨论】:
标签: android firebase gradle google-play firebase-app-distribution