How can I use external JARs in an Android project?

前端 未结 12 1469
甜味超标
甜味超标 2020-11-21 11:40

I have created an Android project and added an external JAR (hessian-4.0.1.jar) to my project. I then added the JAR to the build path and checked it off in Order and Export.

12条回答
  •  既然无缘
    2020-11-21 11:55

    create a folder (like lib) inside your project, copy your jar to that folder. now go to configure build path from right click on project, there in build path select

    'add jar' browse to the folder you created and pick the jar.

提交回复
热议问题