Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

java.lang.NoSuchMethodError: no non-static method "Landroid/app/Fragment;.getContext()

I have problem with my app under API 21, i have this error

java.lang.NoSuchMethodError: no non-static method "Landroid/app/Fragment;.getContext()

Anyone can help me?

like image 675
Dawid Macura Avatar asked Oct 18 '22 16:10

Dawid Macura


1 Answers

Use the Activity property of the Fragment instead of Context.

like image 174
tobi_b Avatar answered Oct 21 '22 09:10

tobi_b