Currently (this has changed a bit over time). Android library projects become jar files in the link project. There are some problems with this approach: refactoring and code navigation.
Is there a way to reorganize a library that is considering changing dependent projects (e.g. renaming)? Now renaming in the library project will not extend to the dependent project. For each project, I currently have to manually configure them. (Workaround: Remove the library link from the dependent projects and add the library project as a simple link to the Java project.)
Also, moving from a dependent project to a library leads me to decompiled classes inside the project library, but not to the source. Is my Eclipse setup confusing or is it just the current version of the Android library?
source share