Android Question JMQTT- compilation problem

kisoft

Well-Known Member
Licensed User
Longtime User
Yes

I have already tested this example on an older version of B4A and everything worked well.
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
What is the error you get? Post the compilationwindow text.
 
Upvote 0

kisoft

Well-Known Member
Licensed User
Longtime User
What is the error you get? Post the compilationwindow text.
B4X:
B4A Wersja: 9.50 BETA #1
Java Wersja: 11
Parsowanie kodu.    Error
Błąd parsowania programu.
Opis błędu: "Nieznany typ: mqttbroker
Może brakuje odniesienia do biblioteki? "
Wystąpił błąd w linii: 7 (Starter)
Private broker As MqttBroker

B4X:
B4A Version: 9.50 BETA #1
Java Version: 11
Parsing the code.    Error
Program parsing error.
Error description: "Unknown type: mqttbroker
Maybe there's no reference to the library. "
An error has occurred in the line: 7 (Starter)
Private broker As MqttBroker

He doesn't just see the variable broker
 
Last edited:
Upvote 0

kisoft

Well-Known Member
Licensed User
Longtime User
Thank you for your help. After cleaning the computer, I simply did not add this library again to the external libraries folder.
 
Upvote 0
Top