How Can I test Google Actions in Android app?

marco

Using App action test tools in Android Studio for testing Google Actions, I'm getting the error

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'.

If I try to "upload an app with packagename ..." I'm getting the error

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

Ok, but where and how can i do it ?

Furthermore, I don't have to publish an application, this is just a draft to test the implementation of possible future Slices, and the documentation states that it is possible to do it through the Android Studio plugin.

marco

Ok, got it. Hints here

Create a new application in developer console without actions, and use its package name in the test application with actions. You can use any package names that you have already registered in Console

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

この記事はインターネットから収集されたものであり、転載の際にはソースを示してください。

侵害の場合は、連絡してください[email protected]

編集
0

コメントを追加

0

関連記事

分類Dev

When can I add In app purchases ? Google Android Play Store

分類Dev

How to combine and test google dataproc --initialization-actions

分類Dev

How can I add test folders in Android Studio

分類Dev

How I can test AssetBundle (DLC) locally on Android in Unity?

分類Dev

How can I make url rewrite on google cloud app engine?

分類Dev

How can I protect my app from Google itself?

分類Dev

Android: How can I keep a record of the number of times an app was used?

分類Dev

how can I include an in app icon picker in android studio?

分類Dev

How can I get the Google Pixel 3 emulator in Android Studio?

分類Dev

How can I deploy to Google App Engine an app that depends on a yarn workspaces without publishing the packages to a npm registry?

分類Dev

Google test: Can I query the name of the test fixture?

分類Dev

How can I run Yesod's DB actions in the REPL?

分類Dev

How can I dynamically add actions to a QMenu while it is open on a Mac?

分類Dev

how can i disable actions in global search in laravel nova

分類Dev

How can I override the Actions buttons of Material-Table of react

分類Dev

How can I assign actions to all my mouse buttons?

分類Dev

Unit test Actions on Google Dialogflow locally

分類Dev

How can I use bucket storage to serve static files on google flex/app engine environment?

分類Dev

How can I get app crash log from Google play console

分類Dev

How can I store Google Maps API keys not using app.json?

分類Dev

How can I deploy a new version of a google apps web app using the new editor

分類Dev

How can I unit test a GUI?

分類Dev

How can I unit test a GUI?

分類Dev

How can I test if a setTimeout was called appropriately?

分類Dev

How can I do test wald in Python?

分類Dev

How can I test teradata odbc?

分類Dev

How can I test a MessageBodyWriter for a List<Some>?

分類Dev

How can I test facebooks friends tagging

分類Dev

How do I get Actions on Google to speak using Google Home's normal voice?

Related 関連記事

  1. 1

    When can I add In app purchases ? Google Android Play Store

  2. 2

    How to combine and test google dataproc --initialization-actions

  3. 3

    How can I add test folders in Android Studio

  4. 4

    How I can test AssetBundle (DLC) locally on Android in Unity?

  5. 5

    How can I make url rewrite on google cloud app engine?

  6. 6

    How can I protect my app from Google itself?

  7. 7

    Android: How can I keep a record of the number of times an app was used?

  8. 8

    how can I include an in app icon picker in android studio?

  9. 9

    How can I get the Google Pixel 3 emulator in Android Studio?

  10. 10

    How can I deploy to Google App Engine an app that depends on a yarn workspaces without publishing the packages to a npm registry?

  11. 11

    Google test: Can I query the name of the test fixture?

  12. 12

    How can I run Yesod's DB actions in the REPL?

  13. 13

    How can I dynamically add actions to a QMenu while it is open on a Mac?

  14. 14

    how can i disable actions in global search in laravel nova

  15. 15

    How can I override the Actions buttons of Material-Table of react

  16. 16

    How can I assign actions to all my mouse buttons?

  17. 17

    Unit test Actions on Google Dialogflow locally

  18. 18

    How can I use bucket storage to serve static files on google flex/app engine environment?

  19. 19

    How can I get app crash log from Google play console

  20. 20

    How can I store Google Maps API keys not using app.json?

  21. 21

    How can I deploy a new version of a google apps web app using the new editor

  22. 22

    How can I unit test a GUI?

  23. 23

    How can I unit test a GUI?

  24. 24

    How can I test if a setTimeout was called appropriately?

  25. 25

    How can I do test wald in Python?

  26. 26

    How can I test teradata odbc?

  27. 27

    How can I test a MessageBodyWriter for a List<Some>?

  28. 28

    How can I test facebooks friends tagging

  29. 29

    How do I get Actions on Google to speak using Google Home's normal voice?

ホットタグ

アーカイブ