• 카테고리

    질문 & 답변
  • 세부 분야

    모바일 앱 개발

  • 해결 여부

    미해결

bts 앱만들기 빌드오류

21.07.20 16:51 작성 조회수 132

0

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MainActivity"
android:orientation="vertical">

<LinearLayout
android:layout_width="match_parent"
android:layout_height="120dp">

<ImageView
android:src="@drawable/photo_1"
android:layout_width="120dp"
android:layout_height="120dp"/>
<ImageView
android:src="@drawable/photo_2"
android:layout_width="120dp"
android:layout_height="120dp"/>
<ImageView
android:src="@drawable/photo_3"
android:layout_width="120dp"
android:layout_height="120dp"/>
</LinearLayout>

<LinearLayout
android:layout_width="match_parent"
android:layout_height="120dp">

<ImageView
android:src="@drawable/photo_4"
android:layout_width="120dp"
android:layout_height="120dp"/>
</LinearLayout>

</LinearLayout>




run 하였을때 밑과같은 빌드오류가 됩니다.

Installed Build Tools revision 31.0.0 is corrupted. Remove and install again using the SDK Manager.




답변 1

답변을 작성해보세요.

0

새롭게 가상 디바이스를 만드시거나

기존에 설치하셨던 bts앱을 삭제해주세요 :)