frameworks/layoutlib
cpeng 69f93dc236 android 13 from xiaosuan 2025-08-25 08:17:13 +08:00
..
bridge android 13 from xiaosuan 2025-08-25 08:17:13 +08:00
common android 13 from xiaosuan 2025-08-25 08:17:13 +08:00
create android 13 from xiaosuan 2025-08-25 08:17:13 +08:00
delegates android 13 from xiaosuan 2025-08-25 08:17:13 +08:00
remote android 13 from xiaosuan 2025-08-25 08:17:13 +08:00
validator android 13 from xiaosuan 2025-08-25 08:17:13 +08:00
.gitignore android 13 from xiaosuan 2025-08-25 08:17:13 +08:00
Android.bp android 13 from xiaosuan 2025-08-25 08:17:13 +08:00
METADATA android 13 from xiaosuan 2025-08-25 08:17:13 +08:00
README android 13 from xiaosuan 2025-08-25 08:17:13 +08:00
split_universal_binary.sh android 13 from xiaosuan 2025-08-25 08:17:13 +08:00

README

Layoutlib is a custom version of the android View framework designed to run inside Android Studio.
The goal of the library is to provide a preview of a layout in Android Studio that is very close
to its rendering on devices.

None of the com.android.* or android.* classes in layoutlib run on devices.

For more details on layoutlib building process see create/README.txt