Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个用 Qt 编写的应用程序,它使用 QtDBus。我需要将它移植到android上。对这两种技术都没有太多经验。
当我尝试为 android 编译我的 Qt 应用程序时,我得到一个错误:
fatal error: QtDBus/QtDBus: No such file or directory
排队
#include <QtDBus/QtDBus>
桌面编译正常进行
我发现android不支持dbus的信息(或者它是过时的信息?)。有什么办法吗?
简短的回答:暂时没有。
Android 暂时不支持 dbus,所以暂时不支持 QtDBus。