11

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.

SweetWisher ツ
  • 7,296
  • 2
  • 30
  • 74

3 Answers3

28

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. ;-)

JAAD
  • 12,349
  • 7
  • 36
  • 57
TheLittleNaruto
  • 8,325
  • 4
  • 54
  • 73
8

This is some shortcut way to do that:

  1. Tools -> Android -> Android Device Monitor
  2. Ctrl+Shif+A -> search for Android Device Monitor

You should see the Android Device Monitor.

0xAliHn
  • 18,390
  • 23
  • 91
  • 111
3

Just type "monitor" in the search box that's it.

See the screen shot

Jayakrishnan
  • 4,457
  • 29
  • 29