Android Studio 3.1 Does Not Showing 'android' Option Under Tools Menu
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
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:
- Click View > Tool Windows > Android Profiler (you can also click Android Profiler in the toolbar).
- 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.
- 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
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
Post a Comment for "Android Studio 3.1 Does Not Showing 'android' Option Under Tools Menu"