0

I have exactly the same problem as the question here

However,the question was asked 3 years ago and the solutions are outdated. The problem started after I updated android studio (now using :

Android Studio 3.5 Build #AI-191.8026.42.35.5791312, built on August 9, 2019 JRE: 1.8.0_202-release-1483-b03 amd64 JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o Windows 10 10.0

)

So how to get the adb window ( or the device chooser window) back?

  • 1
    The list of available devices can be seen by clicking on the current device selected at the toolbar. – Edric Aug 30 '19 at 15:15
  • Wow I didn't see that,thanks it solved the problem. should I delete the question ? @Edric –  Aug 30 '19 at 15:18
  • It's okay - you don't have to delete the question as this could be useful especially for others who were used to the old layout before Android Studio 3.x. – Edric Aug 30 '19 at 15:24

2 Answers2

2

If you're looking for the device chooser dialog that used to show up in previous versions of Android Studio, it appears to have been moved to use a dropdown menu instead.

Anyways, the list of devices to run your application on can be seen when clicking on the target device dropdown-menu (which can be seen before the "Run/Play" icon):

Screenshot of target device dropdown-menu (taken from Android developer docs)

(P.S. Image attached above is from the Android developer docs.)

For more info on how to build and run your app, check out the Android developer docs.

Edric
  • 24,639
  • 13
  • 81
  • 91
1

Select the device from there and click on Run.

enter image description here

You can now also run the app on multiple devices. If you select "Run on multiple devices" from the dropdown menu when you click on that.

Vedprakash Wagh
  • 3,595
  • 3
  • 12
  • 33