开发者

Android Video Player

My video player not working in HTC Eris

    Intent tostart = new Intent(Intent.ACTION_VIEW);
       开发者_C百科  tostart.setDataAndType(Uri.parse(photos_videos_uri_list.get(position)),
           "video/*");
         v.getContext().startActivity(tostart);


  1. Please use a real MIME type. video/* is not a real MIME type.

  2. There is no guarantee that any given device will have something that will respond to ACTION_VIEW on any particular real MIME type.

You can use PackageManager and queryIntentActivities() to see if there is something on the device that will respond to your Intent. Then, if there is no match, you can always play the video yourself using VideoView.


First, I am so sorry to hear that your video player not working in HTC Eris. Second, as we all know, the operation system of this smart phone is android. Would you mind install F2FSoft Blu ray Ripper to change your video format? The reason that why your video can not be played in your phone is resulted from unmatched.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜