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

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

热度:172   发布时间:2016-05-01 21:27:10.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;
  相关解决方案