You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
. This is actually because the static interface method requires API level 24, although it is stated in this article that any API level is compatible when using Java 1.8, but however JNI calls to such methods are not working with API level < 24.
Currently the android runtime does not support calls to static methods which are implemented in abstract interfaces e.g.:
A call like this:
will result in:
Using Google WebRTC causes this error:
dependencies { implementation 'org.webrtc:google-webrtc:1.0.+' }
The text was updated successfully, but these errors were encountered: