SweetWisher ツ
SweetWisher ツ

Reputation: 7306

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.

Upvotes: 11

Views: 6485

Answers (3)

Jayakrishnan
Jayakrishnan

Reputation: 4667

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

See the screen shot

Upvotes: 3

TheLittleNaruto
TheLittleNaruto

Reputation: 8473

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

Upvotes: 28

0xAliHn
0xAliHn

Reputation: 19240

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.

Upvotes: 8

Related Questions