I've been trying the code Google provides with Android source code for a Browser Plugin, more specifically, following this README,
My question is, will I need to distribute a separate plugin for each platform(Froyo, Gingerbread, Honeycomb, etc)?. I'm planning to include native code within the plugin.
Thanks in advance!