• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Error-Cannot find getContext

jitendra07

Lurker
hi,
I am trying to compile a project on windows which was been developed on linux.
I am getting "cannot find symbol getContext".
I tried with rebuild project ,invalidate cache, restart android studio,but nothing worked for me.
Any Comment on this would be helpful!
Pls refer screenshot for more clearity
 

Attachments

  • Error_capture.PNG
    Error_capture.PNG
    24.4 KB · Views: 166
error: method does not override or implement a method from a supertype
error: cannot find symbol method getContext()
error: cannot find symbol method getContext()
error: cannot find symbol method getContext()
 
That's not code.
I mean the content of your Java class. The source code, the program statements.
 
Back
Top Bottom