所以我的主要活动中有这行代码。ortogl.mp4 文件是我的 sd 卡的根文件夹,我有一台装有 Android 2.1 的索尼爱立信。应用程序安装,控制台显示错误 1.0,而手机显示布局但不显示视频(显示无法播放文件)。提示?
VideoView v = (VideoView) findViewById(R.id.videoView1);
v.setVideoPath(getString(R.string._sdcard_ortodgl_3gp));
v.setMediaController(new MediaController(this));
v.start();
v.requestFocus();