I post information as I bump into it for people who are so new, they are too timid to ask the question. I understand entirely and have no shame ..... If I don't know, I'll ask.
This is to do with Android not differentiating between upper and lower case.
I am currently working on an app for an Android phone that has lots and lots of mp3 files that I have obtained from GITHUB. Their names contain both upper and lower case and worked beautifully with B4J.
However, when I came across to build a similar app on my Android phone, I ran into all sorts of frustration associated with DirAssets. Even after renaming every file to remove all upper case, the problem continued to happen.
Eventually I eliminated all possible sources of continuing problems, but was still facing the same frustration. That's when it occurred to me that the phone might be holding on to the existing files in DirAssets and, because it doesn't recognise the difference between upper and lower case, wasn't replacing them, no matter how hard I tried.
The answer was to turn the phone off, then restart it. In doing so I must have cleared DirAssets, allowing the next run of the program to reload the now all lower case mp3 files. And it worked.
I hope this has helped a silent person out there.
Alex
This is to do with Android not differentiating between upper and lower case.
I am currently working on an app for an Android phone that has lots and lots of mp3 files that I have obtained from GITHUB. Their names contain both upper and lower case and worked beautifully with B4J.
However, when I came across to build a similar app on my Android phone, I ran into all sorts of frustration associated with DirAssets. Even after renaming every file to remove all upper case, the problem continued to happen.
Eventually I eliminated all possible sources of continuing problems, but was still facing the same frustration. That's when it occurred to me that the phone might be holding on to the existing files in DirAssets and, because it doesn't recognise the difference between upper and lower case, wasn't replacing them, no matter how hard I tried.
The answer was to turn the phone off, then restart it. In doing so I must have cleared DirAssets, allowing the next run of the program to reload the now all lower case mp3 files. And it worked.
I hope this has helped a silent person out there.
Alex