我想將文本設置爲我的textView1,但我不能因爲我的應用程序崩潰!我能做什麼? 請幫忙!!! :(將文本設置爲textView
public class settext extends Activity
{
protected void onCreate(Bundle savedInstanceState)
{
super.onCreate(savedInstanceState);
TextView text = (TextView) findViewById(R.id.textView1);
text.setText("how to set Text");
}
}
當我啓動應用程序沒有出現,它崩潰了所有我開始它的時候.... 有誰知道在哪裏可以找到一種方法,在一個網站?
閱讀有關編程
你必須到Java在你的android mainfest中的類文件,下面給出的答案。 – UchihaSasuke
沒有setContentView他們沒有找到你的TextView textView1 – Mert