You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when done adb devices via powershell it shows that emulator-'''''' status offline
adb bridge via bluestack is open
I tried reinstalling bluestack, reinstalling adb drivers and platform tools
maybe an error with adb or bluestack because other devices connect properly.
The text was updated successfully, but these errors were encountered:
Hm, that is a very strange case. Are you sure the scanner tries to use the correct port? On the other hand, normally bluestacks also should show up in the normal adb... One thing you can try with the normal adb is adb connect 127.0.0.1:5556 (5556 is the port from your screenshot, replace with your bluestacks port if it doesn't match anymore).
If that works, let me know what the log of the scanner is when you use the same port there.
when done
adb devices
via powershell it shows that emulator-'''''' status offlineadb bridge via bluestack is open
I tried reinstalling bluestack, reinstalling adb drivers and platform tools
maybe an error with adb or bluestack because other devices connect properly.
The text was updated successfully, but these errors were encountered: