인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Inflearn Community Q&A

teseonic0248's profile image
teseonic0248

asked

Gamepal's Android Brainwashing Class - From In★Gram Development to Distribution

(Practice) Adding a cool tab to the green light phaser

build.gradle에 Design 지원 라이브러리 추가시 오류 발생

Written on

·

303

0

This support library should not use a different version (24) than the compileSdkVersion (28) 

라고 뜨며 TabLayer가 호출되지 않습니다.

구글링 결과 버전이 맞지 않으니 자신의 버전에 맞추라고 하여 24 버전이 아닌 28 버전을 찾아보았지만, (검색을 잘못했겠지만)

com.android.support:design:28.0.0 이상 버전은 없는것 같더군요.

이 부분을 어떻게 해결해야하나요??

javaandroid

Answer 1

0

seokceed3035님의 프로필 이미지
seokceed3035
Instructor

28 버전이 없는 이유는 아마 gradle 파일의 repository에서 찾을 수 없는 현상인것 같습니다.

아마 jcenter() 이걸로 되어있을텐데 google() 도 한번 넣어보세요! 늦어서 죄송합니당

teseonic0248's profile image
teseonic0248

asked

Ask a question