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 On Wed, Nov 1, 2017 at 11:56 PM, <[email protected]> wrote: > 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 > email to [email protected]. > 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 [email protected]. Visit this group at https://groups.google.com/group/capnproto.
