libquic icon indicating copy to clipboard operation
libquic copied to clipboard

android ndk build support

Open gagoongx2 opened this issue 10 years ago • 6 comments

thank you for your effort.

I want to use libquic in android.

Does it currently support android ndk build? if not, Is there any plan to support android ndk build ?

gagoongx2 avatar Jun 16 '15 17:06 gagoongx2

It does not support NDK build. Any contributions welcome. :)

Writing Android.mk file is not that hard. If you need any guidelines, I'd be happy to help.

serialx avatar Jun 18 '15 05:06 serialx

ok. ~ I like to . It seems grateful if you provide a guideline.

gagoongx2 avatar Jun 19 '15 01:06 gagoongx2

See android.mk documentation and samples from https://android.googlesource.com/platform/development/+/7bc5bfc65c1f73f474b45b02d92d01032b79df3c/ndk/samples/

Add source files defined in https://github.com/devsisters/libquic/blob/master/CMakeLists.txt and create a Android.mk file.

See also: https://github.com/bagder/curl/blob/master/packages/Android/Android.mk

serialx avatar Jun 19 '15 02:06 serialx

@gagoongx2 Hi! Have you any progress with this task? I want to build library on android to, but I try to build it using android studio experimental plugin. If you have any progress, can you describe it?

landarskiy avatar Feb 09 '16 08:02 landarskiy

need this +

notedit avatar Sep 22 '16 02:09 notedit

there is a quic android client here
https://github.com/GoogleChrome/cronet-sample

notedit avatar Sep 22 '16 06:09 notedit