Jar can hold only Java class files not the resources file.
1- Make your library project a normal project by deselecting IsLibrary flag.
2- Execute your project as Android Application. (It will not show any error)
3- You'll find a .jar file in bin folder along with .apk.
4- Give you .jar who want to use your library.
5- Tell them to just import external jar into build path.