Downloading and Files inside Android

Hi, I’ve already finished my app and tested it on simulator. Everything worked fine on computer, but when I exported to my android it stays on the loading screen. This maybe occurs because it can’t download my info.txt, there’s  needed to set up the app.

To check it, I need to know how can I see where my app download its files on android. Does anyone knows where I can found that? It’s the folder relative to C:…\Corona Labs\Corona Simulator\Sandbox\myapp-BB60EABC75E89A0C2B64C8882DA10CE7\Documents.

PS: My build.settings have these android permissions:

“android.permission.INTERNET”,
“android.permission.WRITE_EXTERNAL_STORAGE”,

“android.permission.READ_EXTERNAL_STORAGE”,

Also, I don’t want this loading circle on my app there’s any way to remove it?(screenshot at the attach files)
 

Thank you, Pedro.

Update:

Just Close the topic, I reinstalled the app and everything just worked fine… Don’t know why… But I still want to remove this circle.

Sorry :confused:

When we see “It works on the sim but not the device” then it sounds like a case sensitivity error, but you won’t know for sure (nor can anyone who wants to help you) without seeing what errors are showing up in the console log.  If you don’t know how to read the device’s console log, I would highly suggest reading this tutorial carefully.

http://coronalabs.com/blog/2013/07/09/tutorial-basic-debugging/

Rob

When we see “It works on the sim but not the device” then it sounds like a case sensitivity error, but you won’t know for sure (nor can anyone who wants to help you) without seeing what errors are showing up in the console log.  If you don’t know how to read the device’s console log, I would highly suggest reading this tutorial carefully.

http://coronalabs.com/blog/2013/07/09/tutorial-basic-debugging/

Rob