hi i have an app which plays mp4 file from sdcard, and am using videoview.
But getDuration() is returning -1.
I tried to get the duration after setVideoPath() and even also after start(), in both cases am getting -1.
Does anyone know why is that. Is there any other way to get the duration of video file am playing.
Thanks.


