So can anyone suggest what must i do so that i am able to play all video formats? I downloaded the demoproject of vitamio and imported its library i.e InitActivity in this demoproject and i tried to play simple mp4 file in that, But that also is not playing. I did searching for this, and i get a option regarding votamio. I want this to play mkv, flv, avi formats files also. Vv.setMediaController(new MediaController(this)) I am making a project in which i am able to play video files that are of 3gp amd mp4 formats using this simple code that uses videoview vv = (VideoView) findViewById(R.id.videoView)