AndroidWiFiADB
AndroidWiFiADB copied to clipboard
Cannot connect device with Android Studio 3.3.2 and Android 8.1
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.
same to me its not working to latest android studio
same here with the latest android studio
Can confirm this issue with the latest update of AS.
Can you provide information related to the device model you are using the OS version and the AS version?
AS version: 3.3.2 Device model: OnePlus 6T Device Android version: 9.0
@bogdanzurac what's your computer OS version?
Computer OS: MacOS Mojave OS version: 10.14.3
Computer OS: Win7 x64 and Win10 x64
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."
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.
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
Same problem here Android studio version 3.3.2 adb version 28.0.2-5303910
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
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
@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
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.
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
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.