[Solved] Android and bluetooth/USB
Mobile and Embedded
6
Posts
3
Posters
2.3k
Views
1
Watching
-
There is no Qt USB APIs.
Qt Bluetooth has not yet been released. It is targeted for release with Qt 5.2 but it currently doesn't support the Android platform (only Linux and QNX are supported).
For the time being you will need to make use of native Android APIs to access Bluetooth and USB functionality.
-
bq. I need to transfer my Qt app to android
Do you want to know how to copy your APK to android device ?