artifacts.bzl
. In that case, add the missing repository.Issue: Studio will not build/run, or, if it does, Compose UI is not rendering when invoking the Studio components.
Tips: If there is any failure (whether at compile or runtime time), inspect the logs to determine the cause. Many times a class loading error at runtime will be logged, pointing to the exact class needed that was not present. Find the artifact that was supposed to bring in said class, and add it to the iml
file if it was already brought into the prebuilts (then repeat steps 3-5). If it was not already present in the prebuilts, add it to artifacts.bzl
(then repeat steps 2-5).