Discussion:
[capnproto] how can i compile cap‘s proto for android?
'Kenton Varda' via Cap'n Proto
2017-11-13 20:10:28 UTC
Permalink
Hi Jaccen,

I build and run the tests on Android before every release. You can see how
I do that here:

https://github.com/capnproto/capnproto/blob/master/super-test.sh#L113-L160

However, this probably isn't what you want to do for an app. What I'm doing
here basically cross-compiling the tests as a regular old Unix command-line
binary, then running them on an Android root shell. I don't know anything
about building Android apps, so I don't know what you need to do
differently there. I assume you'd still do some cross compiling but I don't
know how libraries are managed, exactly.

-Kenton
is there any doc 
--
You received this message because you are subscribed to the Google Groups
"Cap'n Proto" group.
To unsubscribe from this group and stop receiving emails from it, send an
Visit this group at https://groups.google.com/group/capnproto.
--
You received this message because you are subscribed to the Google Groups "Cap'n Proto" group.
To unsubscribe from this group and stop receiving emails from it, send an email to capnproto+***@googlegroups.com.
Visit this group at https://groups.google.com/group/capnproto.
Loading...