Re: [android-developers] Re: about library projects

2010-07-09 Thread Deborah Falcone
Thanks for your reply! I have not error in my progect, but when I run my application, in LogCat file, I obtain: *tag * dalvikvm *Message * Could not find class 'org.apache.axis.client.Service', referenced from ... -- You received this message because you are subscribed to the Google Groups "An

[android-developers] Re: about library projects

2010-07-09 Thread Mika
> Second one might be a bit more involved, but hopefully there is an > easy fix. I have my projects into a subversion repository, but the app > project builder (Android pre-compiler) seems to copy all the source > from the library project, including the .svn folders, to the app/bin > project. As a

[android-developers] Re: about library projects

2010-07-08 Thread nick
On Jul 9, 11:06 am, nick wrote: > Is there a way to set it manually? I tried setting derived to the > linked > folder in my app project, but this seems to have no effect. > Of course that made the folder disappear on rebuild. Bad idea. -- You received this message because you are subscribed t

[android-developers] Re: about library projects

2010-07-08 Thread nick
On Jul 9, 3:27 am, Xavier Ducrohet wrote: > When you edit one, the other version is considered to be modified > outside of Eclipse, so you need to refresh the project for Eclipse to > keep it in sync. > > Your best bet is to set the workspace to automatically refresh when a > file is modified o

[android-developers] Re: about library projects

2010-07-08 Thread nick
On Jul 9, 12:23 am, nick wrote: > > I have, but I still get all the files as 'Deleted' in the commit > dialog. > Something like: Missed the bin: > >    | Resource                     | Content > ---+--+- > [x]|app/bin/org/package/Class1.java   | Deleted > [x

[android-developers] Re: about library projects

2010-07-08 Thread nick
On Jul 9, 12:03 am, joebowbeer wrote: > A "refresh" of your dependent project should suffice, rather than a > full clean, but it's still a pain.  AFAIK this is one of the problems > with linked src in Eclipse, and that's what the library projects > essentially are. Thanks, that's a bit faster.

[android-developers] Re: about library projects

2010-07-08 Thread joebowbeer
A "refresh" of your dependent project should suffice, rather than a full clean, but it's still a pain. AFAIK this is one of the problems with linked src in Eclipse, and that's what the library projects essentially are. Concerning the .svn checkins, I'd expect that you'd ignore all of bin and gen