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

前端 未结 4 1091
梦毁少年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条回答
  •  抹茶落季
    2021-01-28 03:47

    There should be a jar file that you downloaded that contains he libraries you need. You'll need to select that jarfile for the step that you are doing currently.

    It is a good idea to keep that file within your project folder as well. Many people like to keep all of their libraries inside of a folder called libs within their project folder.

提交回复
热议问题