3

I am getting the list of adb devices. But when I try to install the apk I get error:

connect error for write: closed

Image:

https://i.stack.imgur.com/TBVb8.png

Dr.jacky
  • 3,341
  • 6
  • 53
  • 91
Bibin Roy
  • 53
  • 1
  • 1
  • 12

1 Answers1

0

you should just use "apply update from adb" in recovery mode for installing new OS versions or something. If you just want to install an .apk, start the device normally, activate the developer options and after that activate usb-debugging. Then try again adb devices and after that you could install the .apk, while the device is started "normally" (no recovery mode). Hope this helps

test
  • 1