I want to develop a library for Android. In what form can I ship it? jar, apk or something else? How should I do it so that other developers can use my library in their applica
As a regular jar. Your library classes will be converted to the Dalvik VM bytecode along with a concrete application.