Cyrexxis / RokTracker

Open Source Rise of Kingdoms Stats Management Tool. Track TOP X Players of kingdom / alliance / honor leaderboard.
MIT License
38 stars 14 forks source link

Error With ADB occured[BUG] #88

Open Muhd-Mubi opened 3 months ago

Muhd-Mubi commented 3 months ago

image when done adb devices via powershell it shows that emulator-'''''' status offline adb bridge via bluestack is open image image I tried reinstalling bluestack, reinstalling adb drivers and platform tools image maybe an error with adb or bluestack because other devices connect properly.

Cyrexxis commented 3 months ago

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.