在我的应用程序中存在问题,我想在VideoView中使用seekTo()函数,如下所示:
videoView.seekTo(time); videoView.start();
它在Android 2.2中运行良好,但在android 2.3或更高版本中不起作用......有些机构会告诉我为什么?它让我烦恼了.
android
android ×1