I have updated my SDK tools to r14. In this link it is told that the library projects will show up as jar files in the projects which uses the library project. But the jar files are not showing up and the <libraryproject>_src folder is still visible. While migrating to r14 from previous version is there any specific step/settings that I need to follow/change so that the library projects are included as jar files? Should I first export the library project as jar file and then include it? I would like to know if anyone has done this and how they have done it?
I have updated my SDK tools to r14. In this link it is told
Share
I got this to work.
I rebuilt the library project and a
<libraryproject>.jarappeared in thebinfolder. Then I removed the reference from the project which uses the<libraryproject>and added it in the same way as before.Project properties -> Android ->in the Library section I added the reference to the<libraryproject>and it created aLibrary Projectsin the current project containing the<libraryproject>.jarfile.Fortunately, there was no switch case statements involving the resouce IDs in my entire library projects. For those of you who is not able to get it to work right away, I would suggest them to go through the link I have posted in the Question.