Codelab“使用应用操作将 Android 应用扩展到 Google 助理”:无法部署用于内部测试的版本

问题描述

在学习代码实验室 Extend an Android app to Google Assistant with App Actions 时,我卡在了“上传到 Play 管理中心”中的步骤“3. Set up for local development”:

In the Google Play Console,upload the app bundle you just created as a new app:
1. On the All apps page,click Create app.
2. Give the app any name you want and click Create app. For this codelab,you won't need to fill out any of the app information once the app is created.
3. From the sidebar menu,go to Release and find the Internal testing page.
4. Click Create new release on the Internal testing page.
5. In the App bundles and APKs panel,upload the AAB file you generated earlier (it's likely in the app/release directory).
6. Click Save.

我收到一个错误未知验证 VALIDATE_APP_MESSAGE_NO_FULL_DESCRIPTION”,这使我无法推出该版本。

直觉上,我想某处缺少完整的描述。我在 Android Studio 中查看了是否有带有应用描述的项目属性,但我没有找到。

我尝试从商店开始调整应用程序详细信息

  • 仪表板
  • 设置您的应用
  • 提供有关您的应用的信息并设置您的商品详情
  • 管理您的应用的组织和呈现方式
  • 设置您的商品详情

但是有很多必填字段(打印屏幕,...)是必需的:直觉上,我不认为这是内部测试所必需的。

我该如何修复该错误

感谢您的帮助 塞尔吉

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

相关问答

Selenium Web驱动程序和Java。元素在(x,y)点处不可单击。其...
Python-如何使用点“。” 访问字典成员?
Java 字符串是不可变的。到底是什么意思?
Java中的“ final”关键字如何工作?(我仍然可以修改对象。...
“loop:”在Java代码中。这是什么,为什么要编译?
java.lang.ClassNotFoundException:sun.jdbc.odbc.JdbcOdbc...