When I have download sample code from this link and than try to build using ndk but i haven’t download complete project and some file is missing in all folders of submodules folder. So from where i get all files and folder for linphone.
When I have download sample code from this link and than try to build
Share
The reason why you are not getting the files in the submodules is because you didn’t include “–recursive” in your git clone. You have to type this: “git clone git://git.linphone.org/linphone-android.git –recursive”