How to build emqtt/qmqtt for Android?
Solved
Mobile and Embedded
-
I have used Qt Creator to try to build it
My plattform is Windows
Android Ndk: 16.1
Android Sdk: 26.1
Qt Version: 5.11.0Hi,
I'm trying to build this library for Android https://github.com/emqtt/qmqtt
But I'm get this compile error "make: *** No rule to make target `install'. Stop."
I have disabled Build APK in the build steps.This is my Makefile if you want to look: https://pastebin.com/v4YBWkGy
When I'm building it for Desktop-version, all is ok.
Any suggestion?
Thanks
Niclas -
Hi,
What about using the official QtMqtt module ?
-
Hi,
Thank you, I used that instead and it worked. :)