E/art﹕ Failed sending reply to debugger: Broken pipe, but application still runs

前端 未结 7 2185
名媛妹妹
名媛妹妹 2020-12-09 02:40

When I run my application many lines appear in the logcat but only one error:

E/art﹕ Failed sending reply to debugger: Broken pipe.

What doe

相关标签:
7条回答
  • 2020-12-09 03:23
    1. Check the file name colors in res folder if name is color then replace with colors
    2. I think you need to move your color declaration out of strings.xml and put it inside of colors.xml

    colors.xml

    <?xml version="1.0" encoding="utf-8"?>
    <resources>
    <color name="myColor">#ccff00</color>
    </resources>
    
    0 讨论(0)
提交回复
热议问题