Skip to content Skip to sidebar Skip to footer

Where Is ADM In Android Studio 3.1?

Today i have upgraded from Android Studio 3.0 to 3.1 but I can´t find the Android Device Monitor! How can access to the Android Device Monitor in Android Studio 3.1?

Solution 1:

Per the Android Studio 3.1 release notes:

Device Monitor available from the command line

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.

So you need to manually start it from the command line if you still want to run the Device Monitor. Otherwise, migrate to the updated performance tools and updated Layout Inspector built directly into Android Studio.


Solution 2:

Well, i found that the only way is opening from the command line!

Looking for the SDK location folder /tools then execute monitor

enter image description here

but i found a problem, the AS must be closed because i receive that the port 8700 cannot be open because is used!

enter image description here

so to open ADM from command line now i have to close AS.

Device Monitor available from the command line

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.

thanks for your answer @ianhanniballake now i see the info in the official documentation.


Solution 3:

In Android Studio 3.1, the tools have changed. The DDMS or ADM tools were replaced by the Device File Explorer tool. You need to go to the menu. Follow these steps:

To open, click View > Tool Windows > Device File Explorer.

Here is a link for more tips. Good luck!


Post a Comment for "Where Is ADM In Android Studio 3.1?"