【发布时间】:2021-11-03 11:24:52
【问题描述】:
我正在为我的应用程序使用 React-native。我已将我的名字命名为reactamplify。我想将我的应用部署到 Google Play 商店。对于自动化部署,我第一次使用fastlane。我找到了这个documentation,按照步骤提供API grant access。在我的 React 本机应用程序中,我导航到 android 文件夹,然后运行此命令 fastlane init。给 json_key_file 路径我下载的 auth json 文件。但我对包名感到困惑。我在 vscode com.reactamplify 中搜索我的应用名称,将它们替换为 com.example.todo。然后运行android文件夹fastlane supply init,我得到这个错误:[!] Google Api Error: Invalid request - Package not found: com.example.todo.我真的不知道如何修复它:(。真的失去了TBH。
当我运行fastlane supply 时。我得到了这张图片
PS:如果有人用图片给我举个例子,那就太棒了
【问题讨论】:
标签: android google-play fastlane