I am developing a project that uses mp3
and .lrc
file for my game in corona sdk.
when i try to build it on android and run it on the android device, i got this error..
Director ERROR: Failed to execute new(params) function on 'gameLoad'.
so i wonder that there is missing file in my game.
it is possible that the mp3
and .lrc
files didn't build together with the game code?
can anyone can give idea about my case? thanks in advance ...