I\'m just starting with Android developmenent using Eclipe and have already run into some basic questions. I have some beginning books such as \"busy coders guide to Androi
In Eclipse right-click on your project, select "Properties", then "Android" and you see a page to add a library project. BTW, you should do the same on the library project and mark it as a library first before you can add.
Alternatively you can drag and drop jars to your project and add them to your classpath, but in this case you can only access class files and not the resource files in the jar.