Besides just adding the library in the Android properties, what else do I need to do to make the main project dependent on the library project?
On Feb 17, 10:34 am, TreKing <[email protected]> wrote: > The log cat should show a more descriptive message of the error (like > "missing required gen folder" or something). > Regardless, yeah the whole Library + Eclipse things is very annoying at > times. Here's a few things I've played with that helped stupid issues. > > 1 - Set your main project to be dependent on the Library project (so it gets > built first and has files the main project needs). > 2 - Refresh (F5) each and every project to make sure it's synced with the > file system. > 3 - Full clean and build of everything. > > ------------------------------------------------------------------------------------------------- > 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

