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

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

    I'm not sure what "banner" is, but if it's an Android Project it cannot be added as a JAR. Projects that have resources are not able to be fully externally liked libs.

    If indeed this is Android Project you will need to import the existing project into your Eclipse workspace here the steps http://developer.android.com/guide/developing/projects/projects-eclipse.html#SettingUpLibraryProject

提交回复
热议问题