Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[paho-dev] Building android service

Hi all,

I am just trying to build the android service.

Steps I did:
- Compiled Paho Java Client
- Copied jar to "libs-dir
- called ant debug and ant release and ended up with this error

-compile:
    [javac] Compiling 7 source files to
/home/hrn/org.eclipse.paho.mqtt.java/org.eclipse.paho.android.service/org.eclipse.paho.android.service/bin/classes
    [javac]
/home/hrn/org.eclipse.paho.mqtt.java/org.eclipse.paho.android.service/org.eclipse.paho.android.service/src/org/eclipse/paho/android/service/MqttAndroidClient.java:72:
error: MqttAndroidClient is not abstract and does not override abstract
method setProtocolVersion(MqttProtocolVersion) in IMqttAsyncClient
    [javac] public class MqttAndroidClient extends BroadcastReceiver
implements
    [javac]        ^
    [javac] 1 error


Seems that the java client contains new stuff and the android service is
not adjusted yet. Then the question is why it is in the same git branch.

best regards
Alex


Back to the top