-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to build (on Android projects with minSdk lower than 26 I guess) #38
Comments
Hi, @DatL4g |
Is it possible to only apply this to Android 26+ and keep the "normal" exception on lower versions. |
right now there is no such option, but I'll think and maybe can do it in the future.
Also right now it's not possible. And this option is not a priority because Java reflection makes additional frames unlike Upd: |
I would also be very happy if this library didnt force me to upgrade from API 23 to API26. There are not many users.... but Im reluctant to exclude them "just" to get better stack traces. So, it would be great if SD allowed lower Android versions, but just didnt do anything at all on these lower SDK versions. I have no need of getting better stack traces for these old versions, so dont bother adding new complexity, such as fallback on reflection. Just let us compile and and we are happy :-) |
The old Android phones are already slow. |
When applying the plugin (
2.4.5
), I can't build my app with the following error:This does not only happen to my "personal" code, but to libraries like
lifecycle
as well.The text was updated successfully, but these errors were encountered: