[android-developers] Re: off by one mapping on string file

2008-06-20 Thread [EMAIL PROTECTED]
That did not solve my problem. It seems that it maps ok until it hit some point in the file. I rearanged the strings and took out small bit of html I was using like making the letters bold. Thanks for the help. Asuming it is a platform bug, I will submit it to the bug tracker and wait for a

[android-developers] Re: off by one mapping on string file

2008-06-20 Thread Bruno Sauer
"wait for a fix" sounds like a good plan - Google has really put together an amazing/huge/ambitious platform and at this early stage it's reasonable to assume that not everything will work as expected - it's kind of like my own programming : [EMAIL PROTECTED] wrote: That did not solve my

[android-developers] Re: off by one mapping on string file

2008-06-19 Thread Bruno Sauer
your code is probably okay - eclipse does seem to get "out of synch" sometimes with android - especially when using multiple projects. On the 'Project' menu, instead of 'Build Project' have you tried 'Clean'? The problem was getting so bad in my case, and after spending a lot of time