You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 19, 2020. It is now read-only.
Sounds likely, this uses a lot of reflection. I don't think you should be using this backport still, probably a clean reimplementation would be better after all these years :) But if you find a way to work around the issue, I'd really appreciate a PR :)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
TargetDrawable.java uses reflection to access the getStateCount, which causes an error to popup in Android P
mGetStateCount = StateListDrawable.class.getDeclaredMethod("getStateCount");
49 | mGetStateCount.setAccessible(true);
https://github.com/frakbot/GlowPadBackport/search?utf8=%E2%9C%93&q=StateListDrawable&type=
The text was updated successfully, but these errors were encountered: