I want to run csipsimple using eclipse on Windows OS. I downloaded the project with SVN, and copied the 2 libpjsipjni.so files to CSipSimple\libs\armeabi and CSipSimple\libs\armeabi-v7a.

Now, I recieve 272 errors and from going over them i see that they are on things like:

import org.pjsip.pjsua.pj_pool_t;

private pj_pool_t dialtonePool;

Does someone accomplished to bypass those errors?

有帮助吗?

解决方案

OK found the answer! apparently there were missing files of pjsua jni on the org folder. in order to get them download them from here extract them into org folder and all your problems will fly away.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top