LinPhone building process for Android

前端 未结 5 1024
滥情空心
滥情空心 2021-02-03 15:52

I am building Linphone application for android. I am working in Ubuntu 11.04 OS.

I Followed the steps given in README file:

  1. Download the Android ndk (>=r5c
5条回答
  •  无人共我
    2021-02-03 16:27

    1. Open terminal
    2. Download source code through command: git clone git://git.linphone.org/linphone-android.git --recursive
    3. Go to root directory of the downloaded project through command: cd /home/your_downloaded_project_path/
    4. Fire the command: ./prepare_sources.sh /home/android-ndk-r7b/
    5. Go to root directory of NDK folder through command: cd /home/android-ndk-r7b/
    6. Fire the command: export NDK_PROJECT_PATH=/home/your_downloaded_project_path/
    7. ./ndk_build clean
    8. ./ndk_build -i

    Note: Here /home/android-ndk-r7b/ will be your NDK path where you have stored downloaded NDK

    Try dis..if still not work mention error what you would get.

提交回复
热议问题