Cannot resolve method checkSelfPermission

后端 未结 7 1094
南方客
南方客 2021-02-19 14:58

I\'m trying to make my app ready for Android 6 and now I\'m stuck to the point where you need to request and check permissions.

I tried the following from the docs:

7条回答
  •  星月不相逢
    2021-02-19 15:48

    Oh my godness - what a stupid mistake.

    AS imported the supportlib as a jar and this jar was from like 2014. I just replaced the jarimport with the real dependency and know it is working.

    Thanks for your help guys!

提交回复
热议问题