Aldo De Leon
Aldo De Leon

Reputation: 11

Rendering Problems on Android Studio: coordinator layout and appbarlayout

I just recently installed Android Studio on my Macbook and following an online tutorial online since I'm kind of new to mobile development. However, the guy dictating the tutorial is on a Windows. So the first tutorial was to change the theme. But when I tried doing this I got this error message... Can anyone help? Thank you so much I really appreciate it! :D Rendering Problem when trying to change theme

Upvotes: 1

Views: 2701

Answers (1)

Omolara
Omolara

Reputation: 100

Add compile 'com.android.support:design:23.0.1' to the dependencies in your build.gradle file.

Please put the correct version. Mine is 23.0.1 at the moment.

Upvotes: 1

Related Questions