I try to run the sample-googleassistant with android things. I follow all the steps but when I run it, it shows the errors. Can someone help me?
Asked
Active
Viewed 102 times
0
-
this is a permissions error on your file system. You could try deleting the `build` folder from under the `/app/` directory – Blundell May 29 '17 at 20:15
-
also run the `gradle --stop` command to kill all Gradle processes incase something is keeping a lock on that file. Then try again – Blundell May 30 '17 at 10:37