njovy / AppRTCDemo

Android AppRTC Demo of WebRTC project
535 stars 267 forks source link

Error on old OS (<Lollipop) #60

Closed kostasoft closed 7 years ago

kostasoft commented 7 years ago

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.

kostasoft commented 7 years ago

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?

kostasoft commented 7 years ago

Sorry, here is the instruction