-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
imsdroid and Android 7 #608
Comments
@jgpestana |
@jgpestana Hi, I have the same issue now. Did you solve it? @linjiansheng How do I fix this? |
@Capotasto I'm sorry for the late reply.
This tell libaudio_processing.a is not armv7a-neon.
@DoubangoTelecom webrtc lib(include armv5te, armv7-a, armv7a-neon) is X86-x64, Hope to update ~ 2, I try to build DoubangoTelecom/webrtc-audioproc, delete '-fPIC"' in configure.ac, and copy libaudio_processing.a, libcommon_audio.a, libsystem_wrappers.a to doubango/thirdparties/android. 3, DoubangoTelecom/doubango#486 , reset webrtc lib to the old version a6e8cd78927b8a2115c051c9ce574241474a6ea4, 4, disable webrtc, and use built-in AEC (NgnProxyAudioProducer.java) |
Just change your target version to 22 it will work perfect |
@MahendranB that's not suitable as you now have to target at least 26 to publish to Google Play |
Hello:
I'm using imsdroid as SIP client for an android app that connects with Asterisk. It works perfectly for Android 5, but when I try in a device with Android 7 (for instance: Samsung S8) crashes inmediatally after login. I had to downgrade api target from 23 to 22 to solve the login problem, but others appears:
I saw the following post in Duobango's mailing list:
"Using latest source code, you just need to build the libraries using 'commercial' target instead of 'gpl'. This will disable ffmpeg (replaced with libyuv) and x264 (replaced with openh264). These libraries introduce the relocation attributes"
After read it, I applied the solution: build source code using commercial target. However, when i tested the binaries in my app i got exactly the same poblems (1 and 2). May you help me to solve this issues?
Thanks in advance.
The text was updated successfully, but these errors were encountered: