相信很多更新了AndroidStudio3.0的小伙伴會發現無法在工具欄的的Tools->Android->device monitor,打開DeviceMonitor。
今天偶然看到
Google的官方文檔:
However, most components of the Android Device Monitor are deprecated in favor of updated tools available in Android Studio 3.0 and higher.
大概意思就是:Android設備監視器的大多數組件都不支持在Android Studio 3.0和更高版本中使用更新的工具。
但是如果我們還是需要使用Android Device Monitor 該怎么辦呢?
仍然可以到Android的SDK目錄下尋找 Tools->lib->monitor-x86_64(monitor-x86)中找到monitor.exe
進行手動啟動。