Reputation: 5784
I am trying to show this URL in webview. When I run this in my device it i am getting list of flash videos.when i click on any video i am getting below error.
I have downloaded several flash players from Google Play but always getting same result. I am testing this on Samsung tab and my project version is 4.0.
It also giving same result in another all devices.
Here is my activity class
& here is my manifest file
What other attempt do I need to do?
Upvotes: 4
Views: 614
Reputation: 28741
Add this to the tag under your Applications Manifest XML inside
activity
tag and reload
android:hardwareAccelerated="true"
Upvotes: 4