xref: /aosp_15_r20/frameworks/layoutlib/README (revision fc3927be90a325f95c74a9043993a80ef388dc46)
1Layoutlib 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.
4
5None 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
9