I’m curious if there are specs for image files that work/don’t work on Android phones?
I published an app on the App Store and it works great on iOS devices. But my friend installed the .apk and all of the images are missing. The screen background picture is white/blank and the button pictures are solid grey instead of faded.
Does it have something to do with transparencies? I’m using a bunch of semi-opaque images exported from Illustrator.
Does it matter if I use .pngs or .jpgs?
I saw an old thread about this from three years ago and it also mentioned the need for absolute value sizes for pictures on Android. I’m using relative sizes (e.g. 10%) for most components. I suppose I could switch to absolute (pixel) values but I’d rather not.
My kids’ team has an app with 18 images. Everything looks OK in Thunkable Live on iOS or Live on Android and the web preview/publish to web (well, except some issues with image layout that are still unresolved), but when I built an APK for android, three images are missing. They’re the last three on the list in the design view - everything else is OK. I rebuilt the APK (twice), but the problem is the same. Help??
Project link (but set to private), in case Dom or Jane wants to have a look? Thunkable
yes actually theres no size limit but i hope ur app doesn’t hang… till now never happened with me
yes and @domhnallohanlon is right… theres rare chnces of such heavy image files tho
Ah. Interesting. I’ll do another Android build and see if that’s got it fixed. The other two I was having trouble with I don’t think I have weird caps (toetouches.gif and exquest.png) currently, unless you changed them?
@domhnallohanlon , I just opened up the .apk file, and I see the problem. The images are there, but they’re under their original names, NOT the renamed names shown in Thunkable. Is that possibly the problem? Those look to be the three images that were renamed.
I’m going to try deleting them and uploading them with their final names and see if that helps…
Yep. Renaming images in non-drag-and-drop Thunkable X-platform breaks the Android .apk.
Solution (workaround): Delete previously renamed images and upload with desired names already set.
I was developing my app whole time on iOS and the day came, I installed it on Android to test it there, but I have a huge problem, the images don’t show on the Android device.