Код: Выделить всё
//this is the input and output command code in my pc terminal
C:\myPc\myflutterapp>adb tcpip 5555
//then I unplugged my USB cable
C:\myPc\myflutterapp>adb connect 192.168.xxx.xxx
`connected to 192.168.xxx.xxx:5555`
C:\myPc\myflutterapp>adb devices
`192.168.xxx.xxx:5555 device`
C:\myPc\myflutterapp>adb reverse tcp:8000 tcp:8000
`adb.exe: error: more than one device/emulator`
C:\myPc\myflutterapp>adb devices
`192.168.xxx.xxx:5555 device`
Я очень не понимаю, почему это могло произойти.
Я искал все решения, но безуспешно.
Надеюсь, кто-нибудь может решить эту проблему
Очень благодарен и признателен за все предложения и помощь
Подробнее здесь: https://stackoverflow.com/questions/786 ... -debugging