-
Notifications
You must be signed in to change notification settings - Fork 89
can't run in google assistant #12
Comments
It's possible that your actions.xml and AndroidManifest.xml have an inconsistency. Could you upload them and remove any sensitive package data? |
Before I upload apk to google play console,I cmment the AndroidManifest.xml `
` actions.xml `
|
@taycaldwell @skimarxall @adamkoch @dzuluaga |
Thanks for inquiring about App Actions on Android TV. App Actions are currently available on devices that run Google Search App. Stay tuned, will keep this thread posted. |
Thank you! Figure it out .I want to extend my app via google assistant on Android TV.Could you know there are other way to support it . |
Not that I know of, sorry. But please raise the requirement through the public component. Thanks! |
I have the same problem. I also created an app for testing Custom Intents, everything works correctly, but the Google Assistant won't close. The assistant does not close with the back button, you have to press the home button and close the application together with the assistant.
AndroidManifest.xml
|
Same problem here with Android TV. Is there any plan for supporting app actions on Android TV? It would be a nice way to extend the access to application features... I was able to get it working on a TV box with Android (not Android TV) but I think that this could be available in this OS too... Thanks for the info! |
when i test on virtual device ,it's run normally.but when i test in my phone ,it can't runin google assistant ,and the assistant remind me "soory,can't find it".the process i make sure:
1.change the application id in my own.
2.upload the apk to google play console.
3.make sure the same account in google play console,Android Studio,google assistant in test device.
4.make sure the google is latest vision.
5.deleted actions preview and updated again from AATT.(App Actions Test Tool)
and then i looking at the logcat for the exact Intent that Assistant is trying to call. and i see the package name is not the package name i set .
how can i address this issue.
i also have a question.i want run this demo on Android TV,but when i use AATT and run ,it remind "no app to process".i wonder know if the apk can called by google assistant on TV
The text was updated successfully, but these errors were encountered: