[android-developers] Re: XML issue

2012-12-13 Thread igor ganapolsky
Copy the xml file contents into notepad (or any plain text editor), then paste them back into your project. On Thursday, July 29, 2010 11:15:09 AM UTC-4, Pedro Teixeira wrote: Hello there, I've been going on and on with my XML file and I can't seem to find any problem... The file

[android-developers] Re: XML issue

2010-07-29 Thread DanH
Cut out chunks until it passes, then add stuff back a little at a time until you get the problem again. On Jul 29, 10:15 am, Pedro Teixeira pedroteixeir...@gmail.com wrote: Hello there, I've been going on and on with my XML file and I can't seem to find any problem... The file doesn't show

RE: [android-developers] Re: XML issue

2010-07-29 Thread Tommy
Developers Subject: [android-developers] Re: XML issue Cut out chunks until it passes, then add stuff back a little at a time until you get the problem again. On Jul 29, 10:15 am, Pedro Teixeira pedroteixeir...@gmail.com wrote: Hello there, I've been going on and on with my XML file and I can't

Re: [android-developers] Re: XML issue

2010-07-29 Thread Pedro Teixeira
Message- From: android-developers@googlegroups.com [mailto:android-develop...@googlegroups.com] On Behalf Of DanH Sent: Thursday, July 29, 2010 12:34 PM To: Android Developers Subject: [android-developers] Re: XML issue Cut out chunks until it passes, then add stuff back a little at a time until

RE: [android-developers] Re: XML issue

2010-07-29 Thread Tommy
@googlegroups.com Subject: Re: [android-developers] Re: XML issue Thank you for your replies. @Toomy: I added the + in all the missing places and still didn't solved. @Kostya: I actually don't have any errors to erase, eclipse allows me to run it. I debugged it and this is the error I get

Re: [android-developers] Re: XML issue

2010-07-29 Thread Kostya Vasilyev
Have you tried cleaning the project? -- Kostya Vasilyev -- http://kmansoft.wordpress.com 29.07.2010 21:22 пользователь Pedro Teixeira pedroteixeir...@gmail.com написал: Thank you for your replies. @Toomy: I added the + in all the missing places and still didn't solved. @Kostya: I actually

[android-developers] Re: XML issue

2010-07-29 Thread DanH
You generally shouldn't use @+ except on the android:id attribute. The usage of @+ is very poorly understood, from what I've seen. But it's not clear that this has anything to do with the problem at hand. On Jul 29, 10:15 am, Pedro Teixeira pedroteixeir...@gmail.com wrote: Hello there, I've

Re: [android-developers] Re: XML issue

2010-07-29 Thread Llies Meridja
When eclipse misbehaves I normally restart... ll...@meridja.com Kostya Vasilyev kmans...@gmail.com wrote: Have you tried cleaning the project? -- Kostya Vasilyev -- http://kmansoft.wordpress.com 29.07.2010 21:22 пользователь Pedro Teixeira pedroteixeir...@gmail.com написал: Thank you for