Alexandre, Your solution works great! I did notice that if I had gotten the NullPointerException for a file, I had to save the edit, then close and reopen the file before things would go back to normal.
On Sep 7, 4:16 am, Alexandre <[email protected]> wrote: > I used to have the same problem. > > The solution is to replace the resources tag with the following: > <resources xmlns:android="http://schemas.android.com/apk/res/android"> > > On 7 sep, 06:12, Saied <[email protected]> wrote: > > > > > > > > > Hello Nitin, > > > just FYI, your suggestion has not changed the errors a bit! > > > Wow! > > > is there something simpler than hello world we should try that works? > > > On Jul 9, 11:10 am, Nitin Dahyabhai <[email protected]> wrote: > > > > On Jul 2, 5:16 pm, Xavier Ducrohet <[email protected]> wrote: > > > > > Hello all, > > > > > We've tracked down this issue to a bug in the Eclipse Web tools > > > > plug-ins which provide the XML models and editors that our plug-ins > > > > use. > > > > > For reference, Eclipse already has a bug filed for > > > > this:https://bugs.eclipse.org/bugs/show_bug.cgi?id=318108 > > > > > We will implement a work around as soon as possible. > > > > Until then, go to the XML/XML Files/Editor preference page and turn > > > off the "Use inferred grammar..." setting. It should only affect > > > content assist and possibly some of the Outline view and Design page's > > > context menu actions. Or refer to a DTD or XML Schema in the XML > > > file. We'll have this corrected in Helios SR1/WTP 3.2.2. > > > > --- > > > Nitin Dahyabhai > > > Eclipse WTP Source Editing and JSDT > > > IBM Rational -- 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

