首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > Android >

TextView myTextView=(TextView)findViewById(R.id.myTextView);报错,该如何处理

2012-04-25 
TextView myTextView(TextView)findViewById(R.id.myTextView)报错TextView myTextView(TextView)findV

TextView myTextView=(TextView)findViewById(R.id.myTextView);报错
TextView myTextView=(TextView)findViewById(R.id.myTextView);

报错:TextView cannot be resolved to a type

这是由于什么造成的呀?

[解决办法]
没加import android.widget.TextView;

热点排行