android - 无法使用 FaSTLane 将 Android APK 上传到 Google Play 商店

标签 android google-play fastlane

我按照提供的步骤安装了 FaSTLane 并更新了 FastFile here然后使用 FaSTLane 在 Google Play 控制台上上传了我的第一个 APK。

但是在执行下面的命令时会报错。

command: fastlane supply init error: "No application was found for the given package name."

最佳答案

参见类似问题 here .
在使用 FaSTLane 进行任何修改之前,您必须通过 Play 控制台创建应用程序并至少上传一个 APK。

引用 this response :

supply will upload new metadata for an app (or a new apk for an existing app), but cannot upload a brand new app due to Google API limitations.

关于android - 无法使用 FaSTLane 将 Android APK 上传到 Google Play 商店,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50467270/

相关文章:

Android - 类似 Google Play 的标签

android - 如何配置构建类型与产品风格?

android - 在android xml中获取透明椭圆形下方的阴影

android - AnimationDrawable 不播放

Android Release KeyStore 创建自定义

android - 如何修复 "dalvik.system.BaseDexClassLoader.findClass (BaseDexClassLoader.java:134)"

android - 新的 Google 开发者控制台崩溃堆栈跟踪不再准确

android - 播放音频文件

ruby - 在 channel 内更改 FaSTLane 执行文件夹

testflight - iOS FaSTLane 部署 (TestFlight) - 如何包含 BETA 演示凭据?