ClassNotFoundException for a ContentProvider

后端 未结 6 1991
情深已故
情深已故 2021-01-02 01:53

I have a ContentProvider class and is declared in AndroidMenifest.xml like this:



        
6条回答
  •  耶瑟儿~
    2021-01-02 02:07

    If your app has grown large enough to require Multidexing and your app is not set up correctly as a Multidex app you will get this error. To set up your app as a multidex app, follow these directions:

    Setup multidex app

提交回复
热议问题