I am trying to create a CSipSimple app for Android. I followed all the instructions in https://code.google.com/p/csipsimple/wiki/HowToBuild . I also installed all the packages, but when I execute the make command in the CSipSimple directory, I get the following error.
Mac-mini:CSipSimple-master sino$ make -no-check-certificate (make -n -C jni/silk init) wget --no-check-certificate https://developer.skype.com/silk/SILK_SDK_SRC_v1.0.9.zip; \ unzip -d sources -q SILK_SDK_SRC_v1.0.9.zip; \ rm SILK_SDK_SRC_v1.0.9.zip # Needed for 1.0.8 // todo test #@mv sources/SILK_SDK_SRC_v1.0.9/* sources/
source share