1: Add the library project as a dependency to the app project:
Package Explorer / Right-click the app project / Properties / Java Build Path / Projects, under "Required projects on the build path". 2: Switch to the "Order and Export" tab and move the library project up, so it's above "Library Projects" (just that, no need to tick the checkbox on the left there). -- Kostya 5 января 2012 г. 22:14 пользователь DulcetTone <[email protected]>написал: > Is there something I need to do so that my own Android Library's > source code is findable by Android projects working with it within the > same workspace? The debugger goes to a .class version of it, and no > use of the "link to source" function offered thereby placates it. > > No pointing out of this source should be necessary, correct? The > Android Library's project is in the same workspace and it is open! > > tone > > -- > 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

