Thankq  for your quick response..but Not working,
AM using below code in android applciation...

FileOutputStream fOut =
openFileOutput("C:/Barcodenewworkspace1/RestApp/res/xml/myxml.xml",MODE_WORLD_READABLE);
           OutputStreamWriter osw = new OutputStreamWriter(fOut);
          // Write the string to the file
              osw.write(page);

Instead of myxml.xml am using myxml only ..
not working...

give me any sample code ..please

On Mon, Jan 9, 2012 at 1:25 PM, android developer <
[email protected]> wrote:

> just type file name without extention it will work..
> few days back i had faced same issue like this.
>
>
> On Mon, Jan 9, 2012 at 1:23 PM, venu gopal reddy 
> <[email protected]>wrote:
>
>> Hi friends,
>>
>> I am getting one XML file from one web services cal. Now Just I want
>> to save that XML file into Resource folder (res/xml/my.xml).
>>
>> I Tries but I could not get the solution..
>>
>> Can you please help me...
>>
>> --
>> 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
>
>
>  --
> 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

-- 
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