How to add a Library Project to a android project?

前端 未结 3 925
隐瞒了意图╮
隐瞒了意图╮ 2020-11-22 16:43

I have created a new android project. I want to have a action bar at the top so I downloaded the Action Bar for Android Library because I want to support devices from androi

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-22 17:14

    Plus to the "best answer", at step 8, if you don't see the project, go to the project what you would like to add as a library and

    • open 'project.properties'
    • add 'android.library=true'

    and you can again follow the instruction and you should see the desirable project.

提交回复
热议问题