Dmitry Dmitry
Dmitry Dmitry

Reputation: 78

How to embed plugin in android chrome browser?

I need to develop ppapi plugin and include it into build of android chromium. Now, I know how to build apk file from chromium source code. But I don’t know how to make APK file with preinstalled plugin. I found ppapi plugin sample

src/native_client_sdk/src/getting_started/part1/

and complied it, but I don’t know where I must place these files in sources of android chromium to build them together?

Upvotes: 1

Views: 1363

Answers (1)

timrau
timrau

Reputation: 23058

According to this help entry,

Chrome for Android doesn't support plug-ins, including Flash.

Upvotes: 1

Related Questions