What is csipsimple? It is a pjsip-based Android client. I believe that it will not be unfamiliar to anyone who wants to study VoIP communication. Here I will write down how to compile csipsimple.
First download all the android source code from the csipsimple official website.
Open the terminal directly on Mac
Input
svn checkout http://csipsimple.googlecode.com/svn/trunk/ CSipSimple-trunk
We can find it under the current user after it is finished.
Open the folder, which contains
The other three files are created by myself.
Here, the csipsimple is the project folder under eclipse we want to import. There are still some libraries that are not available and cannot be exported for the time being.
Next, download the org.pjsiplibrary from http://nightlies.csipsimple.com/dev_helpers/org.tar.gz.
Copy the database to csipsimple/src/to correspond to the current directory.
Then we need the pjsip C library. Here we can get it from APK
Slave.
Copy the Lib folder to csipsimple, and copy the JNI folder under csipsimple to another place or delete it.
Now, the entire csipsimple program can be imported into eclipse.
If the data is imported, no error will be reported.
The above one must be imported, because csipsimple must use the actionbarsherlock library. As for the advantages of this library, I believe that Baidu should be able to understand it. I will not talk about it here. Finally, let's take a look at the official images.
If anyone wants to complete csipsimple, I will upload it to csdn and provide it. Thank you.
Download