Skip to content Skip to sidebar Skip to footer

Load Npapi Plugin On Android Device/emulator

I compiled sample NPAPI Plugin which I got from this link http://code.google.com/p/npapi-sdk/ after compiling it using NDK, I got the .so file libs/armeabi/libBasicPlugin.so after

Solution 1:

Plugin for webkit can't work anymore. There's a test in the PluginManager.java file (framework/core/java/webkit something like that) and allows only the plugin of flash to be loaded (only when ro.secure = 1). If you want to load the plugin you have to root your device.


Post a Comment for "Load Npapi Plugin On Android Device/emulator"