ClassNotFoundException for a ContentProvider

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

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



        
6条回答
  •  死守一世寂寞
    2021-01-02 02:20

    Ensure twice that you have correct qualified class name specified in AndroidManifest.xml, it must read something like this:

    
    
    

    Notice that @name is fully qualified.

提交回复
热议问题