when you build the apk a libchrome.so is built as well. honestly, though, I am not sure how useful that will be. without the Java code which handles all the ui and some system integration classes the libchrome.so is quite useless.
it is not clear from your message what guy mean with "a library"?
have you considered looking at Webview . I suspect that is what you are really looking for.
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
when you build the apk a libchrome.so is built as well. honestly, though, I am not sure how useful that will be. without the Java code which handles all the ui and some system integration classes the libchrome.so is quite useless.
it is not clear from your message what guy mean with "a library"?
have you considered looking at Webview . I suspect that is what you are really looking for.On Thu, Aug 25, 2016, 08:32 Shiladkumar Devaramani <shilad...@gmail.com> wrote:Hi,Thanks for your kind reply.I would like to create a library file not an apk file. Just like how we create static library or frame work in iOS.