Rightclick to Project>export>Java>jarfileselect files and the finished jar.
Make sure the library project files do not conflict with another project file. ex Manifest.xmlyour library manifest may contain activity that is already present in the project manifest (your banner).
source
share