Good day! trying to play video from a flash drive
VideoView myIntroView = (VideoView) this.findViewById(R.id.myvideoview); MediaController mc = new MediaController(this); myIntroView.setMediaController(mc); myIntroView.setVideoPath("/sdcard/test.mp4"); myIntroView.requestFocus(); myIntroView.start();
Android writes "It is impossible to play video" I debug on the device! Chyadt?