How to access monkey://internal/ ?

Monkey Targets Forums/Android/How to access monkey://internal/ ?

Pierrou(Posted 2013) [#1]
Hi I'm using this small bit of code

to generate some log text file.
When compiling to glfw the text file is saved inside the build folder, which is fine, but on Android I can't see what monkey://internal/ refers to and where to find my text file...

Can someone please help me? Sorry if that question is silly and thanks in advance!


Pierrou(Posted 2013) [#2]
Hi,
Here : http://developer.android.com/guide/topics/data/data-storage.html#filesInternal
I can see that files saved to the internal storage are private to the application and cannot be accessed by the user or another app by default.

I would need to be able to write text files and then export them to be able to access it from a computer. Can this be done?

Thanks,


Pierrou(Posted 2013) [#3]
Answer here by Mark Sibly:

http://monkeycoder.co.nz/Community/posts.php?topic=5074&post=67956

Now it works and I can export text files to my PC as well as using them on Android. Perfect!


MikeHart(Posted 2013) [#4]
Thanks for updating your topic.