How to build submodule in android NDK

1.4k Views Asked by At

I have build HelloWorld example successfully in NDK.

I want to build the libraries re-0.4.2, rim and baresip.

Project structure shown in image

enter image description here

How to build above lib?

thanks in advance.

1

There are 1 best solutions below

2
alfredh On BEST ANSWER

I have created a project that shows how to cross-compile Baresip for Android. You can find it here on Github:

https://github.com/alfredh/baresip-android