The file layoutlib.jar does not exist

I am using Android Studio 1.5.1 and installing every package that is needed using the SDK Manager. I decided to use API 21 and install the whole package under this API. But when I open a project, I do not get a preview other than this.

File C:\Users\uyung\AppData\Local\Android\android-sdk\platforms\android-21\data\layoutlib.jar doesnt exist

Some people suggest installing a different API package. But unfortunately, I have a limitation on my section. Any idea to do a job preview?

+4
source share
1 answer

i uninstall my sdk platform and uninstall it again. bug fixed.

0
source

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


All Articles