Page 1 of 1

AndroidThings InvalidPackage

Posted: Sat May 06, 2017 7:47 pm
by tyharness
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?

Re: AndroidThings InvalidPackage

Posted: Sun Sep 16, 2018 12:49 pm
by IgorGanapolsky
Did you find a solution for this? I am wondering about Okio as well.