You could just create new Eclipse projects (including Androud libraries), stuffing in the code and resource files you have now. Should take much less time than doing full refactoring from a monolithic code base all over again.
-- Kostya Vasilyev -- http://kmansoft.wordpress.com 18.02.2011 1:06 пользователь "Bret Foreman" <[email protected]> написал: > > Tre, > > I had hoped to avoid that much work. It's about 30 classes moved into > 3 libs. Looks like I have my work cut out for me for the rest of the > week... > > This Android lib stuff has been flaky and hard to use from the start. > That's why I put it off for as long as I possibly could. But I have no > choice now, I need to share some code among apps. > > On Feb 17, 1:55 pm, TreKing <[email protected]> wrote: > > On Thu, Feb 17, 2011 at 3:49 PM, Bret Foreman <[email protected] >wrote: > > > > > My only code changes were to move some classes into libraries and change > > > some methods from protected to public. I guess the library setup is causes > > > this somehow. > > > > I hope your project is under revision control. If so, revert back to before > > you set up your projects and just start over with what you have learned. > > Move *ONE* class, otherwise untouched into the library, build, run and > > verify everything works. Repeat until you hit the error again or it > > magically disappears. > > > > ------------------------------------------------------------------------------------------------- > > TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago > > transit tracking app for Android-powered devices > > -- > 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 -- 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

