Reputation: 7306
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
Reputation: 8473
It is easy to get it back. Just follow the steps below:
Step 1: Go to File-> Settings
Step 2: Select Menus and Toolbars -> Main Toolbar
Step 3: Under Main Toolbar select AndroidMainActionToolbarGroup and click Add After button.
Step 4: Select Main Menu - > Tools
Step 5: Under Tools Select Android
Step 6: Under Android Select Android Device Monitor and click on Ok button and again click on ok on Settings window.
You should be good to go now. ;-)
Upvotes: 28
Reputation: 19240
This is some shortcut way to do that:
You should see the Android Device Monitor.
Upvotes: 8