Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Android L: Instrumented tests fail #114

Open
lesn1kk opened this issue Aug 28, 2017 · 0 comments
Open

Android L: Instrumented tests fail #114

lesn1kk opened this issue Aug 28, 2017 · 0 comments
Labels

Comments

@lesn1kk
Copy link
Member

lesn1kk commented Aug 28, 2017

Looks like in SDK 20-22, Field class doesn't contain accessFlags field that we use to change access modifiers of field we want to replace using reflection mechanisms. We need to change that or just add a check. In fact, access flags field doesn't have to be changed unless we are dealing with static final modifiers, so in the end we should just get rid of it and tests should work on platforms from Android Lollipop to Android Oreo. To be verified.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant