I have been working on Paho Mqtt Client app in Android. The Service for running Mqtt in background works until minimum SDK Version is 8. As I wanted Inbox Style notification in the app, I required to increase the SDK version but while running, it throws runtime exception with Service can not start with MqttClient. Does this have to do with the library file .jar added. can not .jar be compatible with higher API level?
Asked
Active
Viewed 518 times
0
-
did you used compile 'org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.0.2' ????? – Amol Sawant Sep 14 '15 at 09:38
-
Please post your logcat – Lawrence Choy Sep 14 '15 at 09:48
-
I am using org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.0.1.version. – Sandip Sep 14 '15 at 10:53
-
1.0.2 now is supporting higher version too.. Thanks. – Sandip Sep 14 '15 at 11:35