Skip to content Skip to sidebar Skip to footer
Showing posts with the label Qt

Qt C++ Library In Android Eclipse Project: Qsqlite Driver Not Loaded

I've created a Qt dynamic lib that uses Qt SQL to open an SQLite database, but I'm getting … Read more Qt C++ Library In Android Eclipse Project: Qsqlite Driver Not Loaded

Can't Run Application On Some Android Devices

I made a QtQuick program and I found that Qt uses OpenGL ES 2.0 library. I amble to build and deplo… Read more Can't Run Application On Some Android Devices

Disable Android Keyboard In Qml Application

I'm porting an existing QML/C++ application to the Android system. The application is already r… Read more Disable Android Keyboard In Qml Application

How To Use Qml - Qwebview In Android

I want to deploy one YouTube application in Android. But it only works on my computer, and it does … Read more How To Use Qml - Qwebview In Android

Qvideoframe::map() Crashes

I am trying to get images from the camera using QCamera. I thought I should derive from QAbstractVi… Read more Qvideoframe::map() Crashes

Stream Android Screen To Video Player

I'm using Windows 7 64 bit on my laptop and Android 5.0.1 on my Samsung Galaxy S4 device. I'… Read more Stream Android Screen To Video Player

Startactivity On Qt, Nothing Displays

I coded like below. It seems to display the Android Setting menu, but nothing comes out. And I did… Read more Startactivity On Qt, Nothing Displays

Qt5.2.1 Get Gps Location On Samsung Galaxy S2plus (i9105p)

I am trying to get GPS coordinates using Qt5.2.1 on my Samsung Galaxy S2 plus. This is what i tried… Read more Qt5.2.1 Get Gps Location On Samsung Galaxy S2plus (i9105p)

Qml Loading , File Not Found

I am developing app for Android. And as some of members suggested to use QML for gui design I came… Read more Qml Loading , File Not Found

Java Executes But Not C++ In Qt 5.7 For Android (worked In Prior Qt)

I have an Android app written in Qt that has the same basic structure as the Qt Notifier example : … Read more Java Executes But Not C++ In Qt 5.7 For Android (worked In Prior Qt)

Unable To Schedule Notification With Alarmmanager On Android (using Qt)

I am doing the following from a qt 5.5. project. I am trying to schedule a local notification using… Read more Unable To Schedule Notification With Alarmmanager On Android (using Qt)

Qt For Android: Change The Application Icon

How would I change the icon of Qt project targeted for android so that the launcher of application … Read more Qt For Android: Change The Application Icon

Error Building Qt Application For Android Target With Qt Creator 4.3.1 / Android Studio 2.3.3

Is there workaround on how to build app for android target with Qt earlier than 5.9 having latest A… Read more Error Building Qt Application For Android Target With Qt Creator 4.3.1 / Android Studio 2.3.3

Qt And Android Characteristicchanged Is Not Emitted

I have a problem with testing my application on Android platform. I have functional application on … Read more Qt And Android Characteristicchanged Is Not Emitted

How To Create A Single Native Shared Library With No Dependency For Android Using Qt Creator

I have created a shared library using Qt Creator and I have added the Android SDK, Android NDK and … Read more How To Create A Single Native Shared Library With No Dependency For Android Using Qt Creator