Delphi Could not find method android.support.v4.content.ContextCompat.checkSelfPermission
I'm getting the above error in my Delphi Android app. I've copied classes.jar from
C:\Users\Public\Documents\Embarcadero\Studio\19.0\PlatformSDKs\android-sdk-windows\extras\android\m2repository\com\android\support\support-v4\23.4.0
, and added it to my Android libs. I've checked that this jar contains the above class/method, but still I get the same error. What am I missing?