android-mqtt-demo
android-mqtt-demo copied to clipboard
Does Android support javax package?
trafficstars
01-14 14:33:16.140: E/dalvikvm(3653): Could not find class 'javax.management.ObjectName', referenced from method org.fusesource.hawtdispatch.jmx.JmxService.objectName
I have the same issue. Is anyone able to come with some explanations? Or, celiovasconcelos, did you solve it?
I had the same problem and it was because of the mqtt-client libray, I changed the 1.4-SNAPSHOT jar file for the 1.5 and it works now. Cheers.
I have the same problem but changing it to the latest one (1.12) even didn't solve my problem