http://stackoverflow.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

相关文章:

  • 2021-03-31
  • 2021-10-25
  • 2021-12-07
  • 2021-07-11
  • 2022-12-23
  • 2022-12-23
  • 2021-09-17
  • 2022-01-14
猜你喜欢
  • 2021-06-09
  • 2021-06-15
  • 2021-12-05
  • 2021-06-25
  • 2021-12-30
  • 2021-10-02
  • 2022-12-23
相关资源
相似解决方案