Skip to content Skip to sidebar Skip to footer

Textview Settext Resource Not Found Exception

I'm getting a ResourceNotFoundException and I don't know why. mTextView.addTextChangedListener(new TextWatcher() { @Override public void beforeTextChanged(

Solution 1:

You will also run in an infinite loop after you fix your error as you are calling settext in text changed


Post a Comment for "Textview Settext Resource Not Found Exception"