Linphone Android how to import the library project?

后端 未结 4 1863
一个人的身影
一个人的身影 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:09

    As suggested by @bhavana I was doing wrong while importing the linphone-android project into my eclipse. The correct process is explained below-

    Importing into Eclipse : After i have made the build then now i just need to import the project into eclipse.

    Step1: Go to eclipse click on File Menu then Import then select Existing Android Code into Workspace

    Hit Next and Browse to the linphone-android project folder And Only tick linohone-android folder and Leave copy project into workspace untick Like the below image: enter image description here

    And hit finish. Now i right clicked on "linphone-android" (project name) and go to Properties and Java Build Path and then Order and Export and then reorder them as my image below and untick gcm.jar enter image description here

    Hit OK And Boom No errors Now just run it on device or emulator. (Cross check minimum target SDK matches with the device or emulator.)

    The above steps worked fine for me.

提交回复
热议问题