On Fri, Feb 18, 2011 at 6:34 PM, Nathan <[email protected]> wrote:
> Presumably that means I didn't have them before, but who knows? The Galaxy > Tab Plugin installed itself six times without it noticing a previous > installation. > > This is all on Windows. > Same here. I never know if I'm truly up-to-date because as soon as I'm done updating I check for updates again, just to see, and sure enough some of the ones I just updated (supposedly) are still available. I end up doing two updates, just in case and hope for the best. On Fri, Feb 18, 2011 at 7:03 PM, Nathan <[email protected]> wrote: > It has the same painful synching and debugging as before, but maybe I will > worry about that later. Rocking the boat comes to mind. > Just finished setting mine up again. Here's what I did (note that much of this might be overkill, but I played with so many options that sometimes worked sometimes didn't that I can't pinpoint what's actually relevant). A - Library Project -> Java Build Path -> Order and Export: -- 1) Android Lib (or Google APIs for the maps) -- 2) gen folder -- 3) src folder B - Main Project -> Project References -- Check the library project C - Main Project -> Java Build Path -> Projects Tab -- Add the library project D - Main Project -> Java Build Path -> Order and Export -- 1) Android Lib (or Google APIs for the maps) -- 2) Other libraries you may have / need -- 3) Android Library reference -- 4) Android Library copied source folder ("Library_src") -- 5) gen folder --6) src folder Refresh every project and do a full clean and build for good measure. I commented out a function in my library, saved and it all refreshed and I got errors in my main project. Uncommented it back, saved, all refreshed and errors in main project went away. Hope that helps. Now to commit this to source control and hope I never have to touch it again. ------------------------------------------------------------------------------------------------- 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

