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

Where Does Qt Look For Java Classes When Using Jni

I'm trying to use JNI in Qt. I would like to know where should I put the java classes. There ar… Read more Where Does Qt Look For Java Classes When Using Jni

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

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 While Building Qt Project For Android

I downloaded Qt Creator 3.3.0 Based on Qt 5.4.0 on Windows. Also jdk1.8.0_25, SDK (all updated), ND… Read more Error While Building Qt Project For Android

Android Emulator Does Not Work On Ubuntu After Upgrading Android Studio To 2.0 - Qt Library Not Found

Today, I updgraded my Android Studio installation to version 2.0. I updated it manually (download t… Read more Android Emulator Does Not Work On Ubuntu After Upgrading Android Studio To 2.0 - Qt Library Not Found

Which String Should I Edit To Set The Fully Qualified Qt/android App Name?

With a trivial QApplication in ~/hello I compile and deploy through mkdir ~/hello_build cd ~/hello_… Read more Which String Should I Edit To Set The Fully Qualified Qt/android App Name?

Compiling Qt For Android: 'mingw32-make' Is Not Recognized As An Internal Or External Command

I'm trying to compile Qt for Android on Windows, following the steps outlined in http://wiki.qt… Read more Compiling Qt For Android: 'mingw32-make' Is Not Recognized As An Internal Or External Command

Changing Orientation Of A Particular Page In Android

I am working on an android app in Qt and c++. My whole application has portrait orientation.But whe… Read more Changing Orientation Of A Particular Page In Android