Nick

Results 543 comments of Nick

There is the change in staging, but it has not been pushed yet. Though the issue seems to be handled, this issue will remain open until the changes are public.

There's a branch we have internally for changes. But we'll take a look at your PR.

Are you trying to build this in Eclipse instead of Android Studio?

The instructions are listed in the [README](https://github.com/androidthings/sample-googleassistant#run-the-sample). You need to generate the `credentials.json` based on the `client_secret_xxx.json` file you download from the Actions console. ``` google-oauthlib-tool --client-secrets client_secret_XXXX.json \ --credentials...

You should read about [Android Things](https://developer.android.com/things/) and the platform differences between it and a standard mobile app. After generating credentials.json, you will get a file that contains a refresh token,...

The Google Assistant API does not work anonymously. It needs to be authenticated with a user's account, which will provide personal answers to that user. You first need to download...

I have a DC motor at my desk, but haven't looked into adding stepper motors to any project so far.

If you have a motor, you can use a motor driver, like an h-bridge, to get enough current from your microcontroller to the motor.

Is this with the most recent version of the project? Are you sure you have an Internet connection? I see your date is correct, but was that set after the...

Can you stop the app and restart once data is synced and see if it still works?