How do you setup a project that can result in a jar library file that can be used for android? I want to create a custom library across all projects.
Few other quest
to create a jar file, you should use the Export option of Eclipse. In the export dialog, choose java, and the suboption JAR. THen a wizard is displayed where you need to make some selections. You need to specify the location where the jar file will be stored.
An error I made the first time I created a jar file, was to include the Android Manifest. When adding the created jar file, I got a conflict of double android manifest.