Hi Daniel, at the moment, Qt Creator supports only qmake for Android development. You might be able to build stuff by declaring the target to be remote Linux and manually setting some Qbs properties in the Kit widget, but of course that does not get you deployment support and all these nice things you expect from an IDE.
Christian ________________________________________ From: Qbs <[email protected]> on behalf of Daniel Engelke <[email protected]> Sent: Tuesday, October 10, 2017 10:32 AM To: [email protected] Subject: [Qbs] Unable to build for android - Qt.core could not be loaded Hi, I'm trying to build a qbs project (works fine on desktop) for android. However I essentially get the same result as this describes https://bugreports.qt.io/browse/QTCREATORBUG-18977.2 Does anyone have any idea what the problem could be or a possible workaround? Tried NDK 10e as well, same result. Building with qmake with the same kit is no problem. Currently the documentation is a bit sparse on the android / iOS topic. Are there more extended documents about it? Br Daniel _______________________________________________ Qbs mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qbs
