So I am trying to utilize com.google.android.things.pio, however most if not all functions contain throw new RuntimeException("Stub!");
. My build.gradle (app) contains implementation 'com.google.android.things:androidthings:1.0'
which I understand isn’t the right thing to use but if not than what is? Looking at both the Maven Repository and Googles Maven Repository has 1.0 as the highest version.
I attempted to use the previous versions but they also don’t have proper function implementations.