linphone-developers
[Top][All Lists]
Advanced

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

[Linphone-developers] Fail to build linphone-android. Error: LinphoneMan


From: 曹贵林
Subject: [Linphone-developers] Fail to build linphone-android. Error: LinphoneManager is not abstract
Date: Mon, 16 Mar 2015 15:00:29 +0800

Hi buddies,
I am building linphone-android on such environment:
- ubuntu 12.04(64-bit);
- Android SDK level 19, NDK 9d;
- linphone-android version: 2.3 and 2.3.2

I failed to build linphone-android (both 2.3 and 2.3.2). Error Message:
    [javac] Compiling 133 source files to /home/mancook/cook/work/linphone/linphone-android/bin/classes
    [javac] /home/mancook/cook/work/linphone/linphone-android/src/org/linphone/LinphoneManager.java:128: error: LinphoneManager is not abstract and does not override abstract method uploadStateChanged(LinphoneCore,LogCollectionUploadState,String) in LinphoneCoreListener
    [javac] public class LinphoneManager implements LinphoneCoreListener {
    [javac]        ^
    [javac] /home/mancook/cook/work/linphone/linphone-android/src/org/linphone/LinphoneManager.java:972: error: method startEchoCalibration in interface LinphoneCore cannot be applied to given types;
    [javac]         mLc.startEchoCalibration(l);
    [javac]            ^
    [javac]   required: LinphoneCoreListener
    [javac]   found: EcCalibrationListener
    [javac]   reason: actual argument EcCalibrationListener cannot be converted to LinphoneCoreListener by method invocation conversion
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 2 errors

I am stuck here! Hope somebody help me out! Thanks!

-----------------
Dennis Cao (曹贵林)
 

reply via email to

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