I use videoview to play some .gif but cant. when I use to play gif or mp4 I receive cant play video but when I try to use webview everything is ok.
VideoView i = (VideoView) findViewById(R.id.videoView1);
i.setVideoPath("file:///android_asset/ad.gif");
i.start();