error in android application class but app is working fine

39 Views Asked by At

enter image description here

Application class looks like this but app working fine .. why is this showing error ?

1

There are 1 best solutions below

0
Farees Hussain On

The file you've opened is Application

This is not a part of your app. You can refer to it as API documentation of how/when to use a particular class and see what it actually does.

To distinguish you can look at the top right corner of the editor showing "Reader Mode".