Running Google Assistant SDK on Android 4.0?

264 views Asked by At

I cannot find anywhere what level of Android the Google Assistants SDK requires. Can you run it on Android 4.0+?

1

There are 1 answers

1
Prisoner On BEST ANSWER

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?