因為自Android Studio 3.0開始棄用Android Device Monitor,Android Developers官網上的原話是:
Android Device Monitor is a standalone tool that provides a UI for several Android app debugging and analysis tools.
However, most components of the Android Device Monitor are deprecated in favor of updated tools available in Android Studio 3.0 and higher. The table below helps you decide which developer tools you should use.
譯文:
Android設備監視器是一個獨立的工具,為幾個Android應用調試和分析工具提供了一個UI。
但是,大多數Android設備監視器組件已棄用,以支持Android Studio 3.0和更高版本中提供的更新工具。下表幫助您決定應該使用哪些開發人員工具。

雖然說被“棄用”,但是不代表不支持,我們還是可以通過其他方式來使用Android Device Monitor,具體使用方式如下:
在android-sdk/tools/目錄的命令行中輸入以下內容:
如果你不知道你的Android SDK安裝在哪個目錄,預科可以在Android Studio的設置1中查看:

進入CMD窗口2,cd到目標文件夾 tools下,然后輸入命令 montior:

接下來,我們就可以看到期待已久的Android Device Monitor界面了3:
