I cannot open Device Monitor in my Android Studio SDK because its icon literally disappeared from the drop-down list in the tools menu option. I do not know if there's any other access point or icon or term in the menus to open the Device Monitor.
I am currently running Ubuntu 16.04 for 64 bits. Also, when I go to the directory:
Android/sdk/tools/lib/monitor-x86_64,
I do find the next file:
monitor.exe
but if I try to open it through:
sudo ./monitor ,
I get:
command not found
(besides, being a .exe it's for M$, not for Linux, so...?). So it appears that Device Monitor is not installed at all (but it was fully functional before and normally showing its icon).
This is strange because everything else is working fine in my Android Studio environment. This time, my Android Studio 3.1 program was updated through Ubuntu console and not directly through the Android Studio prompt menu; there shouldn't be any difference, but it seems that this caused a problem... so is this a bug? what am I missing here? any ideas?