Error during Sync: Broken pipe - after update Andr

2019-02-20 22:19发布

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

1条回答
Lonely孤独者°
2楼-- · 2019-02-20 23:04

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 :

adb kill server
adb start server

It help to restart your adb, I have to do it all the time on Android Studio =(

查看更多
登录 后发表回答