my apologies if this is explained elsewhere and i have not found the
correct way to phrase the query...

i am updating an app i developed so that it downloads xml files it
needs for content management. the files download successfully to the
emulator but are not placed in the /files directory that
openFileInput() is attempting to read from. i am admittedly unsure as
to the proper overall solution here - app originally used packaged XML
and was fed to an XMLPullParser - but i cant even get as far as
attempting to parse new XML at present because my app cant find the
new file sitting in /data/data/[myApp]/ and not /data/data/[myApp]/
files and i cant figure out how to get it in there. the download
doesnt work at all if i add that folder to path.

thank you anyone.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to