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
I have been trying to use this VideoView but it keeps on crashing with this exception Invalid State. I don't know what's wrong with the code .
I tried to check the OnPrepared Listener . But it never prepares. It is in the Preparing State.
Please help me out
The text was updated successfully, but these errors were encountered:
Hi @skhizerabass
So, usually, like VideoView, the preparing stage is called after setting url or calling prepare manually.
Did you call setVideoURL or prepare in any other stage? Or, do you know if your method can be called multiple times for the same video instance?
I have been trying to use this VideoView but it keeps on crashing with this exception Invalid State. I don't know what's wrong with the code .
I tried to check the OnPrepared Listener . But it never prepares. It is in the Preparing State.
Please help me out
The text was updated successfully, but these errors were encountered: