Hey,

I don't know how to use graddle, however, I'd expect that any tutorial that
teaches you how to use native components on Android should work.

You'll have to interface with V8 using the C++ API. In chromium, we have a
bunch of wrapper classes in C++ that offer JNI bindings for Java to use.

best
-jochen

On Thu, Mar 3, 2016 at 6:23 PM <[email protected]> wrote:

> Hi to all of you guys.
>
>
> I'm new with V8. I would like to implement V8 javascript engine in a new
> android app.
> I was looking for some example to follow across the Internet but I have
> not find an example like hello world for android to integrate v8 inside my
> graddle file.
> Could you guys have a simple example or tutorial to integrate V8 in a new
> android application?
>
>
> Thanks in advance.
> All the best
>
> --
> --
> v8-users mailing list
> [email protected]
> http://groups.google.com/group/v8-users
> ---
> You received this message because you are subscribed to the Google Groups
> "v8-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to