Skip to content

App crashes on devices below API 24 #11

@MariusVolkhart

Description

@MariusVolkhart

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions