I get that error message quite often when debugging my android app. What does it mean?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You really need to improve your problem description if you want a good answer.
The authorities attribute on the provider element in the Manifest.xml is apparently not providing the proper information.
Could you post what the provider definition in your Manifest.xml so we have something to work with?
I believe what is needed is an authority on the provider element in the Manifest.xml.
The authority names a uri which is used to interrogate content providers.
The content provider interrogation calls the content providers getType method.
I may be something like this:
It may also be the path to the provider specified on the name attribute.