SyntaxFix
Write A Post
Hire A Developer
Questions
Please correct the following line:
err = (TextView)findViewById(R.id.texto);
to:
err = (TextView)findViewById(R.id.err);