Thanks for recommend, but I can't find "\" in my xml. I think that i
don't have it there because I write string to the strings.xml. So this
error is only in one project in the layout folder. In this folder I
can't open xml like "Android Layout Ediror". In "strings" folder or
"menu" folder I open xml like "Android Layout Ediror" correct.
I have tried create new xml in folder "layout" and write there:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/
android"
android:orientation="vertical" android:layout_width="fill_parent"
android:layout_height="fill_parent">
<WebView android:id="@+id/browser" android:layout_width="fill_parent"
android:layout_height="fill_parent" />
</LinearLayout>
It show me the same error when I wont to open like "Android Layout
Ediror".
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---