Running an application with Qt 6.7 on Android reduced functionalities for QList
I am creating an application that will search for Bluetooth devices and then connect to one sensor of mine and display the sensor data. I have my main widget, and the search of the devices happens in a second widget. I built my application first with MSVC2019 and in my Computer (Windows 11) it can do everything (I have the Qt6.7 version).
Running an application with Qt 6.7 on Android reduced functionalities for QList
I am creating an application that will search for Bluetooth devices and then connect to one sensor of mine and display the sensor data. I have my main widget, and the search of the devices happens in a second widget. I built my application first with MSVC2019 and in my Computer (Windows 11) it can do everything (I have the Qt6.7 version).
Running an application with Qt 6.7 on Android reduced functionalities for QList
I am creating an application that will search for Bluetooth devices and then connect to one sensor of mine and display the sensor data. I have my main widget, and the search of the devices happens in a second widget. I built my application first with MSVC2019 and in my Computer (Windows 11) it can do everything (I have the Qt6.7 version).
Running an application with Qt 6.7 on Android reduced functionalities for QList
I am creating an application that will search for Bluetooth devices and then connect to one sensor of mine and display the sensor data. I have my main widget, and the search of the devices happens in a second widget. I built my application first with MSVC2019 and in my Computer (Windows 11) it can do everything (I have the Qt6.7 version).
Running an application with Qt 6.7 on Android reduced functionalities for QList
I am creating an application that will search for Bluetooth devices and then connect to one sensor of mine and display the sensor data. I have my main widget, and the search of the devices happens in a second widget. I built my application first with MSVC2019 and in my Computer (Windows 11) it can do everything (I have the Qt6.7 version).
Running an application with Qt 6.7 on Android reduced functionalities for QList
I am creating an application that will search for Bluetooth devices and then connect to one sensor of mine and display the sensor data. I have my main widget, and the search of the devices happens in a second widget. I built my application first with MSVC2019 and in my Computer (Windows 11) it can do everything (I have the Qt6.7 version).
Qt On Android: Directory compression
I’m porting a Qt App to Android. One of app critical functions requires that the contents of a directory are compressed. The way I had solved this is by calling tar (external function) because it was a simple cross-platform compressing tool (Windows, Linux and Mac had no issues with this). However, now that I’m on android (possibly iOS) this is no longer an option.
androiddeployqt fails saying it couldn’t ‘load resources table’ in android.jar
I want to learn how to compile QT apps for Android. So I setup all the relevant components in QT Creator. I have:
Qt, failed to load include path to android.jar
I cannot build a project with the Android Kit, no matter if Qt Widgets or Qt Quick. All Android settings (JDK, SDK, NDK) are correct. The Android emulator is started. Error message among others: “failed to load include path C:Android_SDKplatformsandroid-35android.jar.” The file android.jar exists in the named directory.