VoiSmart / pjsip-android-builder

Complete Android build environment for PJSIP with OpenSSL, OpenH264, Opus and G.729
225 stars 135 forks source link

Can't Compile for "mips" "arm64-v8a" "x86_64" "mips64" archs. #24

Closed dalwadi2 closed 5 years ago

dalwadi2 commented 7 years ago

I've followed below instructions but can't get these 4 arch files.

TARGET_ARCHS=("armeabi" "armeabi-v7a" "x86" "mips")
TARGET_ANDROID_API=21
SETUP_PACKAGES=0
DOWNLOAD_NDK=0
DOWNLOAD_SDK=0
DOWNLOAD_ANDROID_APIS=0
DOWNLOAD_PJSIP=1
DOWNLOAD_SWIG=0

after executing ./build , I get this error message cp: cannot stat '/home/android/../../../pjsip-android-builder-master/libyuv-android/libs/mips/libyuv.so': No such file or directory Even when i executed ./prepare-build-system; command I saw in terminal that only 3 arch files only compiled in libyuv-android Directory. can you please help me to generate all arch compiled files ASAP. thanks

spali90 commented 7 years ago

did you find a solution ? I am experiencing same issue.

aenonGit commented 6 years ago

have you downloaded the LIBYUV library? If so, try disabling video support in the configuration and delete libyuv and openh264 from the build scripts

dalwadi2 commented 6 years ago

@aenonGit yes, I've done that one. can you send me the .so files for those Architectures?

aenonGit commented 5 years ago

From pjsip 2.6 on, libyuv is included, there is no need to build it from scratch anymore. Use the 2.6+ version of pjsip