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

segue_segway picture segue_segway · Jun 17, 2015 · Viewed 18.2k times · Source

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?

Answer

Sujanth picture Sujanth · Jul 8, 2016

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