• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Android Studio question byte vs ubyte

Hi, how do I get Android Studio to show the ubyte value in the debugger?
For example when I have a ubytearray, the debugger shows all the values as bytes not ubytes, ie -22 instead of 234 and other signed ones, I would like it to show the unsigned version.
Is this even possible? This is with Kotlin
 
Last edited:
Back
Top Bottom