I cannot find anywhere what level of Android the Google Assistants SDK requires. Can you run it on Android 4.0+?
Asked
Active
Viewed 259 times
1 Answers
1
The Google Assistant SDK is meant to be embedded in devices you build. While you can embed it in an Android Things device (which is based on Android 8.0 Oreo), it can also be used on any device/OS that can send and receive an audio stream.
Perhaps you are asking about developing an Action that can be run under the Google Assistant?

Prisoner
- 49,922
- 7
- 53
- 105
-
Yes, I think this should be it. I tried running samples but every sample needed Android 21+ API and I thought I cannot embed it into lower systems. Thank you! – Tomek Aug 29 '17 at 05:07