February 3rd, 2012, 01:42 PM
|
#2 (permalink)
|
|
New Member
Join Date: Feb 2012
Posts: 7
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
|
Well, through some trial and error I found part of the problem. If I have it pull the audio file from my webserver, it works fine. But when I try to package the audio file with app, it fails to play. The only thing I see in the logs to give any clue, is an entry regarding the mp3 file that says "isProtectedFile", but I really don't know exactly what that means. I'm guessing when it's trying to pull the file from local storage it's somehow locked/protected. Obviously that's not an issue if I'm pulling it from a remote server. Like I said, still new to Android development, I'm learning.
So anyway, how do I get around that file being inaccessible when packaged locally?
|
|
|