강의

멘토링

커뮤니티

Inflearn Community Q&A

yohank's profile image
yohank

asked

How to easily create an Android app as taught by a current developer

#12 RecyclerView (27:38)

implementation 'androidx.appcompat:appcompat:1.2.0'

Written on

·

314

0

Failed to resolve: androidx.recyclerview:recyclerview:1.2.0

Show in Project Structure dialog

Affected Modules: app

저는 제목과 같이 androidx여서 build.gradle은 아래와 같습니다.

implementation 'androidx.recyclerview:recyclerview:1.2.0'
android

Answer

This question is waiting for answers
Be the first to answer!
yohank's profile image
yohank

asked

Ask a question