Linphone Android how to import the library project?

后端 未结 4 1841
一个人的身影
一个人的身影 2020-12-06 15:35

I am working on SIP application and using Linphone Library. I am trying to make and run the build on the device but getting few issues

I have setup the Android SDK a

4条回答
  •  有刺的猬
    2020-12-06 16:03

    after building the library you have to import it in eclipse
    File -> New -> Other... -> Android -> Android Project from Existing Code -> Browse_your_project

    Now open your application (Project which have activity) and assign linphone library which you have earlier loaded....
    Right click on your project -> select Android tab from left hand side -> from the bottom library section, click on "Add..." -> you will see the listed library which you have in your eclipse workspace -> select correct one -> click "OK" -> now refresh and clean the project -> build and try to run

提交回复
热议问题