You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android-platform
Hi,
I copied the browsertestplugin.so(which is in 1.5 image in "/system/
lib/browsertestplugin.so")to /data/data/com.android.browser/
app_plugins/.Then I made a simple webpage which embeds
'type="application/x-
testplugin"' tag and loaded it in android browser.the plugin
successfully loaded and showed little red ball bouncing on wall.
My problem is ,how can I get the "browsertestplugin.so" by compiling
the source at "external/webkit/WebKit/android/plugins/samples"? how
to compile?