After update Android Studio to 3.2 and solve problem with sync gradle Gradle sync failed - after update Android Studio to 3.2 - i cant install apk -
Event Log:
Error during Sync: Broken pipe
Session 'app': Error Installing APK
Has anyone solved this problem? What mean - Broken pipe? And why it happen?
Additional: it happen only on real device, on emulator install app successful
I resolved this problem - in my case I found in Activity Monitor on my Mac several processes of adb and kill force all processes until stayed 1 adb processe and it helped.
EDIT: try in terminal comands :
It help to restart your adb, I have to do it all the time on Android Studio =(