Problem Displaying image on Android Emulator
-
wrote on 9 Mar 2023, 16:17 last edited by
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.
-
wrote on 9 Mar 2023, 16:36 last edited by
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.
-
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.
wrote on 11 Mar 2023, 01:50 last edited by@ankou29666
what do you mean by qrc:/ path ? -
@ankou29666
what do you mean by qrc:/ path ?wrote on 11 Mar 2023, 06:20 last edited by@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.
-
@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.
wrote on 12 Mar 2023, 12:45 last edited by@ankou29666 said in Problem Displaying image on Android Emulator:
Qt Resource Collection system
Thank you very much it really help me a lot
-
1/5