Я новичок в разработке приложений для Android,
На начальном уровне я не могу это исправить. Может ли кто-нибудь помочь мне, тогда я смогу продолжить обучение?
main.xml
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical" >
<EditText
android:id="@+id/edit_text"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:hint="@string/hint_text"
/>
</LinearLayout>
strings.xml
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="hello">Hello World, Example3Activity!</string>
<string name="app_name">Example3</string>
<string name="hint_text">Enter your name</string>
</resources>
сообщение об ошибке:
Ошибка синтаксического анализа XML: элемент не найден