Problem Displaying image on Android Emulator
-
Re: Problem Displaying image on Android
Hello everyone, i want to display image on Android Emulator with Qt, i have Android 11.0 and NDK 21 version and SDK 30. I got some some warnings i think those are the reason why i cant display the image. Please help im a beginner Android engineer.
-
Hi
do you load it using a qrc:/ path ?
By the way, why do you use QtWidgets rather than QtQuick ? the latter is more suitable for mobile devices.
-
@ankou29666
what do you mean by qrc:/ path ? -
@Sakhana99 Qt Resource Collection system.
It will embed your resource files like images directly into the executable. It's the easiest and most efficient way to get the resource after deployment.
-
@ankou29666 said in Problem Displaying image on Android Emulator:
Qt Resource Collection system
Thank you very much it really help me a lot
-