Im not quite sure of what it is that im doing wrong, but im sure its a
simple mistake.

essentially im having a problem with the following

String Hello;
Hello = getString(R.string.Hello);


R.String.Hello does have a value if i look at it in my expressions
window but if i use the getString Function, i end up with "An
exception occurred: java.lang.NullPointerException"

I have to assume its because im trying to access this value from a
completely different class, because in the base class that im using,
getString works fine..

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to