인프런 커뮤니티 질문&답변

전윤성님의 프로필 이미지
전윤성

작성한 질문수

[왕초보편] 앱 8개를 만들면서 배우는 안드로이드 코틀린(Android Kotlin)

bts 앱만들기 빌드오류

작성

·

184

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앱을 삭제해주세요 :)

전윤성님의 프로필 이미지
전윤성

작성한 질문수

질문하기