To view files on the emulator you open a new view and under the
android folder select file explorer.

The files get put, I think, into /data/data/my.project.path/

Files have the permissions of the program that created them, and no
other programs can access them unless they are signed by the same
developer.  Since the project is in java, have you considered doing
your parsing in java?

Also, you may be able to upload them to your web-server and have them
manipulated off of the device.

Happy coding,
-Kitzy

On Jan 31, 11:10 am, edexter <[email protected]> wrote:
> I want to create a text file and I figure it should be easy but I
> don't seem to be getting a file on the emulator.
> after I have the text file I want to use a program I already have that
> uses python (and already works on pc and normal linux) to go over
> that text file.  I seem to be having trouble creating the text file, I
> just need to know about a free editor and
> where the text file is stored so I can port the project to the
> android.  The easier the better.  vim seems to be sorta complex to
> install
> and the editor I have seems to be saving the files somewhere that I
> cannot find.  thanks in advance for any help with this.
>
> _______________________________________http://dextracker.blogspot.com/
> On Jan 19, 5:17 pm, Justin Anderson <[email protected]> wrote:
>
>
>
> > What?
>
> > ----------------------------------------------------------------------
> > There are only 10 types of people in the world...
> > Those who know binary and those who don't.
> > ----------------------------------------------------------------------
>
> > On Fri, Jan 15, 2010 at 10:51 AM, edexter <[email protected]> wrote:
> > > I just started to use the emulator and I have it setup with python,
> > > notepad and a file manager.  I am wanting to port some python code to
> > > manipulate text files but I have no idea where the text files are (or
> > > if I need a different text editor).
>
> > >  I was wanting to use a program called netcsound and I would need to
> > > send the files over to it after I had processed them.
>
> > > --
> > > You received this message because you are subscribed to the Google
> > > Groups "Android Beginners" group.
>
> > > NEW! Try asking and tagging your question on Stack Overflow at
> > >http://stackoverflow.com/questions/tagged/android
>
> > > To unsubscribe from this group, send email to
> > > [email protected]<android-beginners%2Bunsubscr
> > >  [email protected]>
> > > For more options, visit this group at
> > >http://groups.google.com/group/android-beginners?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to