Hello All,
I've gone down the Android Things route for making the AIY assistant using the Android SDK :
./gradlew build I get an error
../../../../../../.gradle/caches/modules-2/files-2.1/com.squareup.okio/okio/1.6.0/98476622f10715998eacf9240d6b479f12c66143/okio-1.6.0.jar: Invalid package reference in library; not included in Android: java.nio.file. Referenced from okio.Okio.
yes I can suppress the lint error and then install on the PI but app crashes when activity started.
Anybody else solved this one?