Relative Content

Tag Archive for javaandroidandroid-studio

Is there a proper implementation of com.google.android.things?

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.

android studio Giraffe decoderesource returns null

I am following Karrin Gaming Android Game Tutorial and have got stuck in ep12 with a problem where getting a bitmap from a resource using BitmapFactory returning a null.
I have confirmed that my code is teh same as that on github.
I have confirmed all the parameters have valid data and raised a question on their discord but had no answers so asking here. Anyone one give me a hint.
Is this a ‘konwn’ bug in this version of Android Studio?