Не удается отредактировать или записать что-либо в activity_main.xml файл в Android Stuio

#android #android-studio

#Android #android-studio

Вопрос:

введите описание изображения здесь

Я не могу ничего редактировать или писать здесь. Я попытался повторно открыть Android studio, но это все равно не сработало.

код выглядит следующим образом:

 
<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    tools:context=".MainActivity"
    tools:ignore="ExtraText">

    <androidx.recyclerview.widget.RecyclerView
        android:id="@ id/pdTodoItems"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        app:layout_constraintTop_toTopOf="parent"
        tools:layout_editor_absoluteX="0dp" />


</androidx.constraintlayout.widget.ConstraintLayout>

 

Ответ №1:

Вероятно, вы работаете над образцовым проектом. Этого будет достаточно, чтобы удалить папку .idea. Затем снова откройте проект.