0
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 class java.lang.reflect.Parameter
in versions below 26 (Android 8.0) the application closes and gives error (Nosuchmethodexception)
My question is, can I not use the properties of this class in versions prior to 26??? And by chance there is a "substitute"?
You can post the code?
– StatelessDev
This method only exists in JAVA 8. Only part JAVA 8 is supported on older versions of Android.
– ramaral