when trying to run adb devices
no output is shown at all not even a empty list. The terminal waits as if it is going to load, but then it just creates a new line prompt as if I hadn't given the adb
command.
No no devices found
is displayed or any indication that the bridge is running, literally nothing is displayed.
When trying to open the uiautomatorview
I receive this error E/adb: Unable to detect adb version, adb output:
Solutions I have already tried:
- checking system variables
- changing the directory to run out of platform-tools directly
- checked port 5037 for other processes
- replacing the adb.exe
- uninstalled and re installed android studios
- replacing just the SDK tools and platform tools
- uninstalled and reinstalled java
Please can someone help?