hi,
is SETCURRENTDIR("Media") not working in android ?
i have some ogg files in media but doesfilexist show nothing.
also if i build a debug android apk where do i need to put my smallfont in?
thx
To be sure you should use checkasset etc. from AndroidExtras
Hmmm , ive got some files over http , storing to "media" folder.
Can anyone make a quick test?
Also check case letters too.
SETCURRENTDIR dosent work in that part which uses Java. So if you uses AndroidExtras you should let AndroidExtras do that for you.
Also in ae, checkAssest is a must before file checking.