janheinrichmerker / material-intro

A simple material design app intro with cool animations and a fluent API.
https://jitpack.io/#com.heinrichreimer/material-intro
MIT License
1.74k stars 305 forks source link

Crashes due resource not found exception below API 23 #295

Open PrajwalSood opened 4 years ago

PrajwalSood commented 4 years ago

The intro screens works fine on higher API's, but it crashes with the exception given below on devices below Marshmallow. I have added a simple slide in an activity but it is unable to find the resource in the nth intro fragment.

android.content.res.Resources$NotFoundException: Resource ID #0x7f0700f4
    at android.content.res.Resources.getValue(Resources.java:1233)