Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to build submodule in android NDK

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.

like image 546
Mukesh Avatar asked Oct 03 '22 07:10

Mukesh


1 Answers

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

like image 118
alfredh Avatar answered Oct 07 '22 18:10

alfredh