textview cannot be resolved to a type 解决方法

今天刚开始看Android,也跟着写了个activity测试下,但却发生错误:"textview cannot be resolved to a type“在TextView myTextView=(TextView)this.findViewById(R.id.myTextView);Button myButton=(Button)this.findViewById(R.id.myButton);

之后看了下配套的代码,才知道原来发现缺少了两个包,于是加上import android.widget.Button;import android.widget.TextView;

或者

import android.widget.*;

搞定

版权声明:本文为博主原创文章,未经博主允许不得转载。

,天有泪,烛有泪,天泪有声,烛泪有形,

textview cannot be resolved to a type 解决方法

相关文章:

你感兴趣的文章:

标签云: