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

Cannot connect device with Android Studio 3.3.2 and Android 8.1 #71

Open
mikechy2005 opened this issue Mar 14, 2019 · 18 comments
Open

Cannot connect device with Android Studio 3.3.2 and Android 8.1 #71

mikechy2005 opened this issue Mar 14, 2019 · 18 comments
Labels

Comments

@mikechy2005
Copy link

After clicking Connect, android studio prompted "Unable to connect to device......Same network"
and on device, it prompted for permission.
After allowed on device, click "Connect" on android studio, looping the issue.

Please help. Thanks.

@mikechy2005 mikechy2005 changed the title Cannot connect device with Android Studio 3.3.3 and Android 8.1 Cannot connect device with Android Studio 3.3.2 and Android 8.1 Mar 14, 2019
@francojohnc
Copy link

same to me its not working to latest android studio

@dekzitfz
Copy link

same here with the latest android studio

@bogdanzurac
Copy link

Can confirm this issue with the latest update of AS.

@pedrovgs
Copy link
Owner

Can you provide information related to the device model you are using the OS version and the AS version?

@pedrovgs pedrovgs added the bug label Mar 19, 2019
@bogdanzurac
Copy link

AS version: 3.3.2
Device model: OnePlus 6T
Device Android version: 9.0

@pedrovgs
Copy link
Owner

@bogdanzurac what's your computer OS version?

@bogdanzurac
Copy link

Computer OS: MacOS Mojave
OS version: 10.14.3

@mikechy2005
Copy link
Author

Computer OS: Win7 x64 and Win10 x64

@kpradeepkumarreddy
Copy link

kpradeepkumarreddy commented Mar 21, 2019

I'm also facing same problem.
Computer OS : Windows 10
Mobile device: oneplus3
Mobile OS: android 8.0.0, OxygenOS: 5.0.8
Android Studio version : 3.3.2

Even when both computer and mobile device are on same network. I'm getting the following message, "unable to connect to the device make sure both computer and mobile device are on same network."

@Marcosmaliki
Copy link

This was the ONLY working solution till android studio updated the IDE. It doesn't work, sometimes when the disconnect button is clicked it "connects" but it doesn't really work.

@aniketrawat97
Copy link

aniketrawat97 commented Mar 26, 2019

Same problem here
Android Studio Version - 3.3.2
Computer OS : Windows 10
Mobile device: MI 3s
Mobile OS: android 6.0.1

This one worked for me - WIFI ADB ULTIMATE by https://github.com/huazhouwang/WIFIADB/tree/master/WIFIADBIntelliJPlugin

@ghost
Copy link

ghost commented Mar 31, 2019

Same problem here
Android studio version 3.3.2
adb version 28.0.2-5303910

@littleylv
Copy link

Same here:

AS version: 3.3.2
Device model: Google Pixel 1
Device Android version: 8.1.0
Computer OS: macOS Mojave 10.14.4

@pedrovgs
Copy link
Owner

Could you check if you can connect your device using the terminal? Right now I don't understand if the issue is related to Android Studio or the plugin. You have to plug in your device and run these commands from your terminal:

adb tcpip 5555
adb connect <YOUR DEVICE IP>:5555

@littleylv
Copy link

@pedrovgs Here is what I got:

➜  ~ ~/Library/Android/sdk/platform-tools/adb tcpip 5555
* daemon not running; starting now at tcp:5037
* daemon started successfully
restarting in TCP mode port: 5555
➜  ~ ~/Library/Android/sdk/platform-tools/adb connect 10.0.0.8:5555
connected to 10.0.0.8:5555

@bogdanzurac
Copy link

bogdanzurac commented Apr 15, 2019

Same here:

$./adb tcpip 5555
restarting in TCP mode port: 5555
$./adb connect 192.168.6.104:5555
connected to 192.168.6.104:5555

Do you need some additional logs we can provide for you? It does seem strange that this started happening to a couple of us right after AS updated.

@Mr-ARBN
Copy link

Mr-ARBN commented May 2, 2019

I've got the same problem.
after I try to connect to my device:
16:00 Android WiFi ADB: Unable to connect to device 'G8142'. Make sure that your computer and your device are connected to the same WiFi network.

I tried the suggestions. but I got no answer.
OS: Windows 10
Android version: 9
Android Studio: 3.4.0

'adb' is not recognized as an internal or external command,
operable program or batch file.

Could you check if you can connect your device using the terminal? Right now I don't understand if the issue is related to Android Studio or the plugin. You have to plug in your device and run these commands from your terminal:

adb tcpip 5555
adb connect <YOUR DEVICE IP>:5555

@JoshuaHuangTW
Copy link

I got same issue here. I'm using Android Studio 3.4 and my phone is samsung s7 edge, it shows same error message(ask me to check same network connection).
However, same android studio version, same phone, my PC connect to my phone successfully.
Hope someone can solve this issue.

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