摘要: 1 这样写的时候突然发现有黄色的叹号出现,提示:"This text field does not specify an inputType or a hint"; 原因是这个编辑框缺少一个属性:hint。 hint属性作用如下: 修改后代码为: 1 添加后黄色叹号就消失了。 阅读全文
posted @ 2015-05-19 23:02 野狼谷 阅读(310) 评论(0) 推荐(0)
摘要: 之前运行eclipse执行android应用都没问题,今天突然出问题了,控制台报错:The connection to adb is down, and a severe error has occured.You must restart adb and Eclipse.Please ensure... 阅读全文
posted @ 2015-05-19 13:56 野狼谷 阅读(156) 评论(0) 推荐(0)