Reputation: 11
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
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