当前位置: 代码迷 >> Android >> TextView myTextView=(TextView)findViewById(R.id.myTextView);报错,该怎么处理
  详细解决方案

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

热度:230   发布时间:2016-04-28 08:11:46.0
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;
  相关解决方案