我正在尝试播放我在我的 SD 卡中的视频,但它显示无法播放视频的错误。我的代码是
public void onCreate(Bundle icicle) {
super.onCreate(icicle);
setContentView(R.layout.main);
mVideoView = (VideoView) findViewById(R.id.surface_view);
mPath = (EditText) findViewById(R.id.path);
mPath.setText("mnt/sdcard/music/jelly jamm.3gp");
谁能帮助我..我尝试了堆栈溢出中的所有帖子,但仍然遇到相同的错误