Skip to content Skip to sidebar Skip to footer

Android Studio 3.1 Does Not Showing 'android' Option Under Tools Menu

I am using android studio 3.1 for some development. But Its does not showing android option under Tools menu. Whereas Android studio 3.0 doesn't have this problem. Here is the scre

Solution 1:

If you're looking for a way to fix the buggy connection to a physically connected USB device without restarting Android Studio, this might help:

Preferences > Build, Execution & Deployment > Debugger

Then check or uncheck the box Use libusb backend

enter image description here

Solution 2:

Google has officially removed the Memory Monitor tool in the Android studio 3+ and brings new Tool that is Memory Profile.

From the documentation for the tool:

To open Memory Profiler, follow these step:

  1. Click View > Tool Windows > Android Profiler (you can also click Android Profiler in the toolbar).
    1. Select the device and app process you want to profile from the Android Profiler toolbar. If you've connected a device over USB but don't see it listed, ensure that you have enabled USB debugging.
    2. Click anywhere in the MEMORY timeline to open the Memory Profiler.

See the Google's Official Statement.

Solution 3:

Can u find the android in the Help>action? like shown below.

click on Find Action or Ctrl+Shift+A

enter image description here

After that try searching"Android" in the search bar. enter image description here

Solution 4:

From the android studio 3.1, android option menu is deleted and you can read it from the documentation : https://developer.android.com/studio/profile/monitor.html if you want to open it, open from the android-sdk/tools/ directory then run monitor.bat hope this help you guys

Solution 5:

In my case, after update android studio separated that field from tools and located it at bottom-right corner.

enter image description here

Post a Comment for "Android Studio 3.1 Does Not Showing 'android' Option Under Tools Menu"