I\'ve recently moved from Eclipse to Android Studio, and it looks great. However, I can\'t seem to find how to display variables in debugging mode as hexadecimal values inst
I was wondering the same thing, especially how to do this by default as @adnako asked. I finally found an answer so I will post here, too.
Right click > View as... > Hex
Right click > Custimize Data Views... > Show hex values for primitives > Apply
(Note: these images are from Android Studio 1.2)