|
|
|
|
@ -45,7 +45,12 @@ Found 5 connected devices:
|
|
|
|
|
export ADB_TRACE=info |
|
|
|
|
|
|
|
|
|
In case of any issues try `adb kill-server` and then `adb start-server`. Run `export ADB_TRACE=all` to see verbose output. |
|
|
|
|
You can also check open 5037 port with `fuser 5037/tcp`. Processes using this port can be killed with `fuser -k 5037/tcp`. |
|
|
|
|
You can also check open 5037 port with `fuser 5037/tcp` and kill it with `-k`. So on **host machine** try: |
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
fuser -k 5037/tcp |
|
|
|
|
adb start-server |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
### Targeting Android SDK versions |
|
|
|
|
|
|
|
|
|
|