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
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:

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

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.