On phones with an operating system younger than Lollipop, the following error occurs:
E/dalvikvm: Could not find class 'android.media.AudioAttributes$Builder', referenced from method org.webrtc.voiceengine.WebRtcAudioTrack.createAudioTrackOnLollipopOrHigher
And, on the x86 emulator this is not, and on EABI v7 - there is.
The problem in the native library armeabi-v7a/libjingle_peerconnection_so.so
How to recompile libjingle_peerconnection_so.so you can download somewhere a new version in which this problem is solved?
On phones with an operating system younger than Lollipop, the following error occurs:
E/dalvikvm: Could not find class 'android.media.AudioAttributes$Builder', referenced from method org.webrtc.voiceengine.WebRtcAudioTrack.createAudioTrackOnLollipopOrHigher
And, on the x86 emulator this is not, and on EABI v7 - there is.