I'm trying to run the sample App Actions Fitness project but I can't get the AATT to execute any actions on my Samsung S8 device (or Emulator Pixel 3 with Android 10 & Google Assistant). I've tried with AATT versions (3.1.1 & 3.1.2).
These are the steps i followed:
- Uploaded a signed draft application to my internal test track Google
Play Store account without
actions.xml
in the AndroidManifest file. - Installed the signed application with
actions.xml
in the manifest onto my device - I'm running the latest version of the Assistant and the Google App
- I made sure the Assistant is properly setup
- I logged into my Google Play Store account, device/Assistant and Android Studio using the same account.
- Created a preview successfully using the AATT using
Fit Actions
as my invocation name and left the Locale blank. - When i Run the AATT the Assistant is launched on the device but
says,
Sorry, I couldn't find it
I even tried to verify my setup using the suggested steps by @adamkoch on Stack Overflow and that didn't work.
I searched the adb logcat
for the exact Intent
that Assistant is trying to call but only found this:
I/ActivityManager: START u0 {act=android.intent.action.VIEW typ=null flg=0x10000000 cmp=ComponentInfo{com.google.android.googlequicksearchbox/com.google.android.apps.gsa.deeplink.DeeplinkActivityEntrypoint}} from uid 2000
Any thoughts and suggestions would be welcome.