blob: 3b111c65b261dc7d9ab8bce7075788cfedd34daf [file] [log] [blame]
Fedor Kudasov0c5db0f2019-05-29 11:31:14 +01001Layoutlib is a custom version of the android View framework designed to run inside Android Studio.
2The goal of the library is to provide a preview of a layout in Android Studio that is very close
3to its rendering on devices.
Adam Lesinskiab775ec2014-01-23 18:17:42 -08004
Fedor Kudasov0c5db0f2019-05-29 11:31:14 +01005None of the com.android.* or android.* classes in layoutlib run on devices.
6
7For more details on layoutlib building process see create/README.txt
8