This version of the rendering library is later than your version of Android Studio. Update Android Studio

I just created a new project in android studio. I am new to this tool. The problem is that it does not show me my design, it gives me an error that

This version of the rendering library is more recent than your version of Android Studio. Please update Android Studio 

I am studying this, and reading this question, I am doing the same Android Studio Rendering Library 1

But now I get java compilation errors in MainActivity.java file.

enter image description here

enter image description here

Do I need to import any library?

+6
source share
1 answer

Even I ran into the same problem. My problem was resolved by changing my current version of Android to API 22 Android 5.1.1. This video helped me get through the error https://www.youtube.com/watch?v=49CF6uU38Wo

+11
source

Source: https://habr.com/ru/post/988369/


All Articles