How to create jar for Android Library Project

http://*.com/questions/17063826/how-to-create-jar-for-android-library-project

This works!

  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.

This will work fine with all the resources. Thanking you all. for your responce

上一篇:安装Hive过程中报错:Unsupported major.minor version 52.0


下一篇:C#开发微信公众号-学习笔记