Android Studio XML Preview Not Showing


Answer :

I had the same issue it seems some problem with the alpha material library I downgraded the material library dependency in the build.gradle to
implementation 'com.google.android.material:material:1.0.0'
then invalidated the cache and restarted the studio from
File -> Invalidate Caches / Restart...
It worked.


Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android SDK Location Should Not Contain Whitespace, As This Cause Problems With NDK Tools