Home > OS >  Android Studio Dolphin | 2021.3.1 does not show layout preview
Android Studio Dolphin | 2021.3.1 does not show layout preview

Time:09-20

I'm using Android Studio Dolphin | 2021.3.1

After updating android studio Dolphin | 2021.3.1 my all project layout preview not showing. If anyone solved this issue please help me.

I have tried all possible ways but didn't find any solution for this. Below are points that I have tried

  1. Invalidate caches.
  2. Restart IDE.
  3. Repair IDE.

Check the Below screenshot so everyone gets an idea of what I have issue faced.

enter image description here

Thanks in advance.

CodePudding user response:

After alot of searching and testing, I upgraded my gradle version and its work for me.

Just goto File -> Project Structure or press Ctrl Alt Shift S and then upgrate the gradle version as shown in the image below and then invalidate cache and restart the Android Studio and its working

enter image description here

As shown in the image I upgrade my gradle

Happy Coding With Android Studio :)

CodePudding user response:

Downgrade to Android Studio Chipmunk (2021.2.1) Patch 2 https://developer.android.com/studio/archive

It will work after that.

  • Related