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

前端 未结 4 1187
梦毁少年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:49

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

    For, this i always follow below steps -

    1. Just create a libs folder on my project ->And, copy the .jar file to there.

    2. In your workspace select your project and right click -> on Properties, just go to Java Build Path

    3. Click the Add External jars it'll open the window dialog box -> root your workspace -> And, select your project -> go to libs folder -> choose the .jar file -> Click ok.

    Hope these steps helps you.

提交回复
热议问题