android 初始开发小问题

 

1  Element type "EditText" must be followed by either attribute specifications, ">" or "/>". 解决办法:把鼠标箭头移到出错误的layout上 点击鼠标右键选择Source然后再选Format 就可以解决此问题

2  像TextView output=(TextView)findViewById(R.id.lblOutput);不能识别  lblOutput时,可能 import 改

posted on 2016-01-13 21:46  dpkg123  阅读(140)  评论(0编辑  收藏  举报