Все, что я запускаю в своем коде в Android studio, я получаю этот набор ошибок, как это исправить?

#java #android #android-studio #compiler-errors #compilation Вопрос: activity_main.xml код <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" tools:context=".MainActivity"> <TextView android:text="From Riya" android:layout_width="wrap_content" android:layout_height="wrap_content" /> <Imageview android:src="@drawable/party_pic" android:layout_height="match_parent" android:layout_width="match_parent" /> </RelativeLayout> "ОШИБКИ": 07/02 20:41:18: Launching…

Продолжить чтениеВсе, что я запускаю в своем коде в Android studio, я получаю этот набор ошибок, как это исправить?