@elizas on the other hand in android I have an issue which only happens in real device , which is reported in the following link
the java binding for xamarin form is this
when I add the BindingJar dll to the xamarin form android project.
in the OnElementChanged () method
when I execute the next line of code
player.Prepare (mediaConfig);
it returns me
{Java.Lang.NoSuchMethodError: No virtual method addListener(Lcom/google/android/exoplayer2/ExoPlayer$EventListener;)V in class Lcom/google/android/exoplayer2/SimpleExoPlayer; or its super classes (declaration of ‘com.google.android.exoplayer2.SimpleExoPlayer’ appears in /data/app/App9.Android-1/base.apk)
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000c] in <896ad1d315ca4ba7b117efb8dacaedcf>:0
at Java.Interop.JniEnvironment+InstanceMethods.CallVoidMethod (Java.Interop.JniObjectReference instance, Java.Interop.JniMethodInfo method, Java.Interop.JniArgumentValue* args) [0x00069]
Thanks.