androidddmsandroid-studio-2.2

No shortcut for DDMS in Android Studio 2.2


After updating Android studio to version 2.2, I am not able to find option of DDMS in the toolbar. Though I can find it in Tools -> Android -> Android Device Monitor.

Any help is highly appreciated.


Solution

  • It is easy to get it back. Just follow the steps below:

    Step 1: Go to File-> Settings

    enter image description here

    Step 2: Select Menus and Toolbars -> Main Toolbar

    enter image description here

    Step 3: Under Main Toolbar select AndroidMainActionToolbarGroup and click Add After button.

    enter image description here

    Step 4: Select Main Menu - > Tools

    enter image description here

    Step 5: Under Tools Select Android

    enter image description here

    Step 6: Under Android Select Android Device Monitor and click on Ok button and again click on ok on Settings window.

    enter image description here

    You should be good to go now. ;-)