I am trying to get started with Android Things. I am selecting Android Things in Project type in Android Studio 3.0 Canary 2 from May 26 2017.
My gradle build is failing.
What is wrong here? Is this an issue with the Canary build?
I am trying to get started with Android Things. I am selecting Android Things in Project type in Android Studio 3.0 Canary 2 from May 26 2017.
My gradle build is failing.
What is wrong here? Is this an issue with the Canary build?
I hate to answer my own questions but here I am, hope this helps someone. This issue was the JDK I was using. I was pointing to JDK 1.8 on my computer instead of using the embedded JDK in Android Studio, issue was resolved.