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
In the debug window, right click on the value you would like to view in hex and choose View as -> Hex. This can be done in the Variables or Watches views.