Hello.
I am write app in Corona and it fine work in simulator, but when I build project to APK it not work.
In adb logcat I saw that app finds paths in windows folder - for example: I am using
[lua]static.stages = ‘stages.’;
storyboard.gotoScene( static.stages … “splash”, { effect = “slideDown”} );[/lua]
but in logcat i saw that this file not found in “c:\Dropbox\Android\APP…”
How can I set path?
UPDATE 1: Screenshot from adb logcat - http://cropme.ru/67512236a7112c2afcb9a42249ac9b98
Windows 8.1
Corona SDK - The last public release
JDK - 6 version
IDE - Glider
P.S. sorry for my bad English