"Failed sending reply to debugger: Broken pipe" when trying to run app on Android device

18.4k views Asked by At

Trying to develop my first app, and I'm running some code on a Nexus 6. Android Studio tells me I have no errors, but when I try to run the app on my phone, I only see a blank skin (i.e just the title of the app in the ActionBar and everything blank underneath)

I checked the logcat and it said: "Failed sending reply to debugger: Broken pipe"

I tried googling around for this error but didn't find anything that helped. Anyone know what's going on?

3

There are 3 answers

0
Ayushman Srivastava Ayush On

There should be problem with Layouts you implemented for your app , check opacity of frame color you used .

I also got similar issues , but i fixed that with correct layout.

1
shashi jaiswal On

Under gradle scripts you can check compiler version.

In build.gradle(module app)

1
Sujanth On

Check the Compiler SDK version and the Emulator API version. If the compiler SDK version greater than API version it will throw the Error.