[android-developers] "Sorry, this video cannot be played" on Nexus one 2.2
Hi,
I recently upgraded My Nexus one 2.1 to Nexus one 2.2.
Since then i have problem to play mov files.
I get "Sorry, this video cannot be played" error message.
Intent myIntent = new Intent(Intent.ACTION_VIEW);
Uri u = Uri.parse(url);
myIntent.setDataAndType(u, "video/*");
try {
context.startActivity(myIntent);
} catch (ActivityNotFoundException e) {
Log.e("MyTag", "cannot initiate video", e);
}
any Idea?
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home