LinPhone building process for Android

前端 未结 5 1009
滥情空心
滥情空心 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:37

    You have to specify the complete path the ndk when executing prepare_sources

    $./prepare_sources.sh /complete/path/to/android-ndk
    

    If you only specify the relative path to the ndk, it'll also throw the same error.

    Then, you can call 'ndk-build', 'ant debug',... whatever you want to.

提交回复
热议问题