Android Studio 3.1 does not showing 'android' option under Tools menu

0xAliHn picture 0xAliHn · Dec 20, 2017 · Viewed 34.1k times · Source

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 screenshot of android studio 3.1 Tools menu:

enter image description here

See missing the android option. I think this is some configuration related problem as it doesn't exist in android studio 3.0. Basically I need Enable ADB Integration option. Is there any way to show the option in Tools menu?

Answer

friederbluemle picture friederbluemle · Apr 15, 2018

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