Hello.
I'm trying to implement an android application (with the Android Studio IDE) that uses Reflections to access certain attributes of a class.
However, when using the java.lang.reflect.Parameter
class in versions lower than 26 (Android 8.0) the application closes and gives error (NoSuchMethodException)
My question is, I can not use the properties of this class in versions prior to 26 ??? And is there a "substitute"?