Hello
using exoplayer library version 1.30
the instructions
determine this error
what am I doing wrong ?
Thanks
using exoplayer library version 1.30
the instructions
B4X:
Dim jo As JavaObject = player1
Dim e As Object = jo.CreateEvent("com.google.android.exoplayer2.Player$EventListener", "check", False)
jo.GetFieldJO("player").RunMethod("addListener", Array(e))
B4X:
Cannot get methods of class: com.google.android.exoplayer2.SimpleExoPlayer, disabling cache.
what am I doing wrong ?
Thanks