Android import library

前端 未结 4 1814
粉色の甜心
粉色の甜心 2021-01-14 06:38

In my project, I need to use external library. That library consists of .class files. I have added folder with this library to my project using properti

4条回答
  •  攒了一身酷
    2021-01-14 07:12

    steps

    1. Copy the library file into libs folder
    2. select jar file -> right click -> Build Path -> Add to Build Path
    3. clean the project Project-> Clean -> select your project -> ok

提交回复
热议问题