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 chasing bugs in my code that were not there, I put everything back in one project for the development phase.

Jeremy Villalobos wrote:
Hello:
  I've being code an application that by now is getting a little bigger than
proof-of-concept size.  I did a series of minor changes.  consolidated some
activities into the same project, since i don't know how to get an activity
to call another activity from other package.

The problem is that now the strings map to the string before.

example
<string name ="hello"> hello</string>
<string name ="car"> car</string>
<string name ="window"> window</string>

when the program calls @string/window, android output: car on the TextView.
I have spent several hours and I can't think of where the bug is.  I am
assuming is somethin bad with my code by the IDE plugin (eclipse) is not
helping me ping point the problem.

I am using CVS to synchronize work from different computers, is there any
problem with android and CVS ?

Any sugestions...

Thanks



  

--~--~---------~--~----~------------~-------~--~----~
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]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-no...
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to