I'm using Android Studio 3.2.1 and need to Enable ADB Integration. In Android Studio <3.2 this was possible using Find Action
or from Tools->Android as shown below:
On Android Studio 3.2.1 there is no Tools->Android visible and Find Action
yields no suitable results for "ADB Integration"
There is a post for a situation in 3.1 where the Android option does not appear but the solutions provided in the answers do not work for 3.2
According to this post the Android option has been removed from releases 3.1 onward.
How can I access the Tools->Android option or it's equivalent in Android Studio 3.2 in order to Enable ADB Integration?