Ok, so I am creating an application that uses the .App class to get the context statically, the class does not work if it is not placed in the manifest under <application android:name=.App , but the problem is that I programmed 65k, so I have multiDex, and MultiDex should also be in the manifest under <application android:name=.MultiDex , otherwise my application will not work, how can I overcome this problem without affecting multidex, which is my scariest look at how many problems I went through, to make it work?
source share