Just add xml namespace to the resource tag. This will make the nullpointerexception to go away.
<resources xmlns:android="http://schemas.android.com/apk/res/android"> .... </resources> On Jun 28, 2:05 pm, stenlik <[email protected]> wrote: > Hello, > > I am using Eclipse 3.6.0, when I try to edit the strings.xml the > Eclipse show me NullPointerException. > > Any solution or advice how to handle this? > > Thanks > Regards, > STeN -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

