pbreault / adb-idea

A plugin for Android Studio and Intellij IDEA that speeds up your day to day android development.
Apache License 2.0
2.11k stars 255 forks source link

No device in chooser when multiple USB devices are connected with AS 1.5 (stable) #31

Closed nmDejamobile closed 8 years ago

nmDejamobile commented 8 years ago

Hi,

When I have multiple devices connected (a Nexus 5X and a Samsung GS5) using USB, the window to choose the device is empty and so no action (delete app, reset app, ...) are possible. If I unplug all devices except one, the device chooser logically don't appear and the action works.

Thanks.

hekbobo commented 8 years ago

I also encountered

maksim88 commented 8 years ago

Also encountered the issue with multiple devices connected (AS 1.5 stable): (and plugin version 1.2.3 where NoSuchMethodError should be fixed) NoSuchMethodError: com.android.tools.idea.run.LaunchCompatibility.canRunOnDevice(Lcom/android/sdklib/AndroidVersion;Lcom/android/sdklib/IAndroidTarget;Ljava/util/EnumSet;Lcom/android/ddmlib/IDevice;Lcom/android/sdklib/IAndroidTarget;)Lcom/android/tools/idea/run/LaunchCompatibility; 14:50:18 ADB IDEA: No Device found

tspaulding0222 commented 8 years ago

Same here

com.android.tools.idea.run.LaunchCompatibility.canRunOnDevice(Lcom/android/sdklib/AndroidVersion;Lcom/android/sdklib/IAndroidTarget;Ljava/util/EnumSet;Lcom/android/ddmlib/IDevice;Lcom/android/sdklib/IAndroidTarget;)Lcom/android/tools/idea/run/LaunchCompatibility;
pbreault commented 8 years ago

Hi, this should be fixed in version 1.2.4. Thanks