Skip to content
This repository has been archived by the owner on May 23, 2019. It is now read-only.

Shows device connected in AndroidWiFiADB dashboard. But "Nothing to show" in "Choose a running device" on clicking Android Studio's Run button. #37

Open
iqbalhusen opened this issue Feb 18, 2016 · 8 comments
Labels

Comments

@iqbalhusen
Copy link

No description provided.

@pedrovgs
Copy link
Owner

Hi @iqbalhusen sorry for the delay, I've been out for some time. Can you send me the information of the version you are using and the steps to reproduce the bug? I need more information to fix this issue :(

@pedrovgs pedrovgs added the bug label May 10, 2016
@GRiMe2D
Copy link

GRiMe2D commented Jul 22, 2016

I have the same issue.
Have LG G4 Marshmallow.
screen shot 2016-07-22 at 9 22 12 pm
screen shot 2016-07-22 at 9 22 27 pm
screen shot 2016-07-22 at 9 22 57 pm

@GRiMe2D
Copy link

GRiMe2D commented Jul 22, 2016

Also, tried to connect device from command line (using adb) was succeeded. I think, that's a bug

@pedrovgs
Copy link
Owner

Thanks for the screenshots @Grim2d. Can you send me a list of steps to reproduce the bug?

@GRiMe2D
Copy link

GRiMe2D commented Jul 25, 2016

  1. Connect my device via USB.
  2. Click toolbar icon
  3. As it shows that my device is successfully connected, unplug usb cable from device
  4. Click Run

Here my device isn't shown

@pedrovgs
Copy link
Owner

I'm trying to reproduce it with the setup you provided me but the device (I don't have your device xD) and the plugin it's working.

If you could fork the project and debug it that'd be great. Right now I don't know why it's failing :S

@samuelluis
Copy link

@Grim2d Same device, same bug, did you resolve it?

@GRiMe2D
Copy link

GRiMe2D commented Feb 17, 2017

@samuelluis Unfortunately no. I switched to using terminal.

  1. Connect your phone to computer.
  2. Launch terminal and open tcp port, eg 5555.
adb tcpip 5555
  1. Unplug your phone and connect through WiFi. You need ip address of your device.
adb connect 192.168.1.124:5555
  1. Done. When you click run/debug Android Studio lists connected devices.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants