sample-googleassistant icon indicating copy to clipboard operation
sample-googleassistant copied to clipboard

Google Assistant API sample for Android Things

Results 19 sample-googleassistant issues
Sort by recently updated
recently updated
newest added

Hi Everyone, I need to **Android Application** that it has integration with google assistant. For example; there is a button on the page and when I click on it and...

question

I installed the python environment and installed the google-oauthlib-tool package via the pip command. I don't know the python language. I don't know how to use this google-oauthlib-tool tool to...

Hello guys, I'm having problems using the androidthings example from Google, when I set output to MP3, most of the responses are working well and as expected but sometimes for...

How do I implement the function google assistant voice wakeup?

static UserCredentials fromResource(Context context, int resourceId) throws IOException, JSONException { InputStream is = context.getResources().openRawResource(resourceId); byte[] bytes = new byte[is.available()]; is.read(bytes); JSONObject json = new JSONObject(new String(bytes, "UTF-8")); return new UserCredentials(...

I have error for the debugging, may anyone can help pls Thank you * What went wrong: A problem occurred configuring project ':shared'. > Cannot read packageName from C:\Users\UCTS\eclipse-workspace\androidthings-googleassistant-master\shared\src\main\AndroidManifest.xml *...

I'm trying to test the capability of controlling hardware (e.g. LEDs) on the board using Google Voice Assistant. When I give the commands "Turn on" and "Turn off" to control...

java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.androidthings.assistant/com.example.androidthings.assistant.AssistantActivity}: java.lang.UnsupportedOperationException: Cannot create AudioRecord at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2778) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2856) at android.app.ActivityThread.-wrap11(Unknown Source:0) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1589) at android.os.Handler.dispatchMessage(Handler.java:106) at android.os.Looper.loop(Looper.java:164) at android.app.ActivityThread.main(ActivityThread.java:6494) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:438)...

the android things toolkit had a function that can input a 4digit code to smartconfig the wifi name and passcode to let the NXP devices to connect to the wifi...

question

I would like to integrate the google assistant in my own app, for example have avatar be able to act as google assistant, what do we need to do different?

question