4

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?

comrade
  • 4,590
  • 5
  • 33
  • 48
segue_segway
  • 1,490
  • 1
  • 22
  • 40

3 Answers3

0

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

Sujanth
  • 613
  • 1
  • 6
  • 12
-3

Under gradle scripts you can check compiler version.

In build.gradle(module app)

  • 2
    This is not an answer to the main question on the page. You can first earn 50 reputations and get access to comments. https://meta.stackexchange.com/questions/214173/why-do-i-need-50-reputation-to-comment-what-can-i-do-instead – Amit Phaltankar May 30 '17 at 01:57
-3

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.