How to open Android Device Monitor in latest Android Studio 3.1

前端 未结 15 780
说谎
说谎 2020-12-02 17:59

Recently I updated my android studio, after the update, I am unable to find android device monitor option in the tools section. In the previous update it was there in to

15条回答
  •  遥遥无期
    2020-12-02 18:40

    From Android Studio 3.1 Device Monitor available from the command line only.

    In Android Studio 3.1, the Device Monitor serves less of a role than it previously did. In many cases, the functionality available through the Device Monitor is now provided by new and improved tools.

    See the Device Monitor documentation for instructions for invoking the Device Monitor from the command line and for details of the tools available through the Device Monitor.

    To start the standalone Device Monitor application, enter the following on the command line in the android-sdk/tools/ directory:

    monitor
    

提交回复
热议问题