purplecabbage / phonegap-plugins

Plugins for use with PhoneGap.
972 stars 3.82k forks source link

Android VideoPlayer plugin does not work #65

Open greedysoft opened 12 years ago

greedysoft commented 12 years ago

I've tried to use Android VideoPlayer plugin and it doesn't work. It raises runtime exception at VideoPlayer.java=>playVideo method.

Failed at this.ctx.startActivity(intent). android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.VIEW dat=android.resource://com.xxxxx.yyyyyyy/2130968576 typ=video/* }

Regards Peter