xml - Failed to find provider info for android.server.provider.checkin error -
i keep getting exception in logcat
failed find provider info android.server.provider.checkin
the android dev reference seems have no info on @ all, have seen vague reference's provider tag , authorities attribute relating gettype method???
i have getbytes() method all. anyway, added 1 manifest so:
android:enabled="true">
eclipse complains this, says looking missing required attribute name, required attribute name, android's dev reference not say. have example of how thing supposed setup. ma not sure if on right track here...
thanks rick
make sure <provider> tag inside of <application> tag. that's been biting me now.
Comments
Post a Comment