2

I am using wifi adb to load app into mobile device from Android Studio. I run this script to connect to my mobile device.

#!/bin/sh

adb tcpip 5555
adb connect 192.168.1.237:5555

Previously I did not have any problem but recently it takes a few minutes to install apk.

Too much logs are generated and I have no idea which part is the cause. The error appeared most frequently is

E/SecUISvc: Error initializing local socket: -1

SamTew
  • 1,232
  • 3
  • 19
  • 38

0 Answers0