문제

I have an app written in Qt and it uses QtDBus. I need to port it on android. Do not have much experience with both technologies.

when I try to compile my Qt app for android I get am getting an error:

fatal error: QtDBus/QtDBus: No such file or directory

in line

#include <QtDBus/QtDBus>

Compilation for desktop goes as it should

I have found info that dbus is not supported by android(or is it outdated info?). Is there any way to do so?

도움이 되었습니까?

해결책

I have found info that dbus is not supported by android(or is it outdated info?). Is there any way to do so?

Short answer: not for now.

dbus has not been supported on Android for a while, so QtDBus will not be supported for now respectively.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top