Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

AppGameKit Classic Chat / No graphics on Android

Author
Message
marvin944
10
Years of Service
User Offline
Joined: 27th Aug 2013
Location:
Posted: 8th Jan 2015 10:56
When exporting as an APK (with agk) it seems my media isnt't installed on the dive. I see small images with red cross. Everywhere. What am I doing wrong?
(Android tablet 4.4.2)

Dutch
CJB
Valued Member
20
Years of Service
User Offline
Joined: 10th Feb 2004
Location: Essex, UK
Posted: 8th Jan 2015 10:59
Check the case of your filenames. Needs to match up perfectly on 'droid. Window's isn't so fussy.

haliop_New
User Banned
Posted: 8th Jan 2015 11:01
Anroid devices only load exact file names meaning:

working example:
a file is called "image.png"
you load it with
loadImage("image.png")

not working example:
a file is called "image.png"
you load it with
loadimage("Image.png")

its all about case sensitivity.

load files exactly as they are named or else it wont load.

Login to post a reply

Server time is: 2024-05-06 11:20:16
Your offset time is: 2024-05-06 11:20:16