How can i add “Add External Jar” to my project in android

前端 未结 4 1092
梦毁少年i
梦毁少年i 2021-01-28 03:34

I want to add banner to my project. I have done some work in this regard, but i have problem in adding \"Add External jar\".

[Right click on my Project -> properties ->

4条回答
  •  梦毁少年i
    2021-01-28 03:57

    Create a folder called "libs" in your project.

    Go to that folder using Windows Explorer and copy the .jar file there.

    Refresh your project in eclipse and right click on the jar file and select "Add to Build Path" option.

提交回复
热议问题