You haven’t set the resource xml file which contains your textView..
setContentView(R.layout.yourXmlFile);
solved EditText not work
You haven’t set the resource xml file which contains your textView..
setContentView(R.layout.yourXmlFile);
solved EditText not work