如何在Android应用中测试Google Actions?

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何在Android应用中测试Google Actions?相关的知识,希望对你有一定的参考价值。

使用 App action test toolsandroid Studio中测试Google Actions时,我得到了以下错误信息。

Preview Creation Error Status Code: 400 Message: Precondition check failed.
The requested Android app package name does not have an associated project
 in Play Console. Please create a draft in Play Console and upload an app 
with package name 'com.example.yadayada'.

如果我尝试 "上传一个带有packagename的应用程序...",我得到的错误是

Upload failed
You have uploaded an APK or Android App Bundle that contains an action schema 
document in the manifest file, but the action patterns are not yet allowed. 
If you participate in a beta program, you must obtain authorization 
for your developer account

好吧,但我在哪里可以做呢?

此外,我不需要发布一个应用程序,这只是一个草案,用来测试未来可能的Slices的实现,文档中说可以通过Android Studio插件来实现。

答案

好了,知道了。提示 此处

在开发者控制台创建一个新的应用程序 动作,并在测试应用程序中使用它的包名。 动作。您可以使用您已经在Console中注册的任何软件包名称。

android {
    defaultConfig {
        applicationId "com.example.yadayada.playconsole"
    }
}

以上是关于如何在Android应用中测试Google Actions?的主要内容,如果未能解决你的问题,请参考以下文章

如何从 Android Google Play 中删除测试 IAP 购买

如何从Android Google Play中删除测试IAP购买

未找到处理 Intent 的活动 act=android.intent.action.VIEW dat=google.navigation:q=17.399986,78.483137 pkg=com

如何测试使用 google play 游戏服务的未发布的 android 游戏?

在开发阶段在 Android 上测试 google 登录

Android Google 身份验证登录 handleSignInResult:false