简体   繁体   中英

How to run linphone-android project in android?

I have downloaded the source of linphone-android-master project. I want to build it and run. I have read the readme file with the source. I didn't understand things completely. I am not familiar with native programming in android. I am working on windows 8, I have downloaded Cygwin, android-ndk. Also I have android sdk with me. Can anyone please help me to run this. Please give me a step by step procedure if you can. Thank you.

Procedure in base is very easy (but) .

./prepare.py -c

./prepare.py

make

Possible fix's :

-- uninstall python and install it again with :

brew install python@2

Then command pip will work (for me).

Install missing modules :

pip install pystache
pip install six

brew install graphviz

Look at last error log and install all missing modules or any other libs from logs.

Go to :

cd submodules/externals/libvpx

and :

git checkout .

Also you must use (When logs print no permission message) :

chmod -R 777 /SOME-FOLDER

etc.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM