so, I'm trying to debug my app, and i'm evaluating expression with following code line:
resources.getString(R.string.my_string);
I should get my string from strings.xml, but I get an error:
Method threw 'android.content.res.Resources$NotFoundException' exception.
Someone know why can't I approach resources while evaluating?
here you can see what I'm talking about
Thx to all! :)