XML View in Android Studio Dolphin not loading after update from Chipmunk

Viewed 389

When ever there is an error in xml file the view for the reference in Android Studio gets invisible its very hard to work without having a view reference. I have invalided the cache and restart android studio several times still not working it is only happening after updating to Dolphin from chipmunk

1 Answers

First of all, you need to update your Gradle version first from Project Structure

enter image description here

Then Restart your system and that's it

I hope help

Related