Project images and icons
-
My mobile application icons and images run and renders fine on the iOS simulator but when it comes to android emulator the images and icons doesn't shows though everything gets packed during build time but doesn't render on runtime.
-
Hi and welcome to devnet,
How are you packing your images and icons along your application ?
-
I’m packing my images and icons via a .qrc resource file, but they don't render on Android, though it loads , added a debugger which confirmed the images and icons load. The build log shows qrc_images.cpp.o is compiled, so they’re inside the APK
-
What is the format of the images? Png or jpeg or something else?
-
The format is png
-
The format is png
@FrancisDev97 said in Project images and icons:
The format is png
ok, then my idea is meaningless as the png support is built-in and not a plugin :(
Can you check if the images are really in the reosurce file during runtime e.g. with QFile::exists()? -
I tried with Vulkan and it worked
-
Nice you found a solution.
What were you using before Vulcan ?