| Author |
Android: strings.xml automatically shows standalone=“no”
|
Madhu Nandan
Ranch Hand
Joined: Dec 16, 2010
Posts: 52
|
|
Hi,
I have a strange problem. In the strings.xml file of my project, the first line is <?xml version="1.0" encoding="utf-8"?> But every time I close and open the file, the first line changes automatically to <?xml version="1.0" encoding="utf-8" standalone="no"?> and this I guess is not allowing me to run the project on real phone (it runs on emulator). Though I remove standalone="no" and save the file, it appears again when I open the file.
What is the reason for this and how to overcome this?
Thank you for your time.
Cheers,
Madhu
|
 |
 |
|
|
subject: Android: strings.xml automatically shows standalone=“no”
|
|
|