The app crashes on devices with an API below 24. Root cause is that the drawables are in the drawable-v24
folder, and so are not found at runtime.
The minSdk
in build.gradle
is set at 19, but should probably be 21, since several of the required assets are only available in vector drawable form? I don't recall if the support libraries do vector asset handling for APIs below 21.