How to open Android Device Monitor in latest Android Studio 3.1

前端 未结 15 801
说谎
说谎 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:29

    As said in "Testing the game on your Android device", I followed these three steps

    1. With the game still running on your device, return to your computer.
    2. Navigate to the directory containing the Android SDK Tools.
    3. Navigate to tools and double click the application called monitor.

    This was prompting the following error

    I've also tested using cmd and the same error persisted

    To fix it, I had to go to AndroidSDKTools\tools\lib\monitor-x86_64 and double click in the monitor application

    And then the Android Device Manager just started as normal

提交回复
热议问题