linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-developers] Build Linphone for Android (Eclipse Windows 7


From: DaveO
Subject: Re: [Linphone-developers] Build Linphone for Android (Eclipse Windows 7 anyone using this)?
Date: Sat, 21 Dec 2013 23:45:51 +0000
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.2.0



On 21/12/2013 10:39, DaveO wrote:
I would be very keen to know if anyone knows how to resolve this, or has a list of steps that I can use to complile the .APK from the source?  


Should someone else have this problem and they are following the README file in the project root directory, the solution that finally worked for me is to use android-ndk-r9 rather than any of the newer versions (Googling another error I found led me to this knowledge) and these path exports:-

PATH=$PATH:/android-ndk-r9/
export PATH

PATH=$PATH:/adt-bundle-linux-x86_64-20131030/sdk/tools/
export PATH

PATH=$PATH:/adt-bundle-linux-x86_64-20131030/sdk/platform-tools/
export PATH
 
JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64
export JAVA_HOME

naturally all this is in ADDITION to the notes in the README, so this isn't a complete list.

Also, I gave up on the Win7 build, my success was on a base of MINT 16 + ADT + NDK + README + AS ABOVE in the end.


Regards,
Dave


reply via email to

[Prev in Thread] Current Thread [Next in Thread]