linphone-developers
[Top][All Lists]
Advanced

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

[Linphone-developers] org.linphone.core is missing in the project


From: Alexey Novak
Subject: [Linphone-developers] org.linphone.core is missing in the project
Date: Thu, 2 May 2013 09:37:44 -0400

I downloaded and compiled linphone-android without any problem. But when I import the project into Eclipse I get lost of errors of type:

LinphoneAddress cannot be resolved to a type
LinphoneCall cannot be resolved to a type

I started debugging this problem and found that most of those classes come through the import statements like:
import org.linphone.core.
LinphoneCall;

My first move was to check if such files exist but to my surprise I only have the following directories:

org.linphone.compatibility
org.linphone.gcm
org.linphone.setup
org.linphone.tutorials
org.linphone.ui

I thought that my build had a problem (although there were no errors at all).
I decided to double check if org.linphone.core is present when I pull project from the github.
To my surprise when I execute git clone git://git.linphone.org/linphone-android.git --recursive
There is no core folder present (not sure if it should be though)

Any help or suggestions are more than welcome

Thanks,
Alex

reply via email to

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