Creating & Using ContentProvider For Android
When I call an Android ContentProvider I get the following exception: java.lang.RuntimeException: Unable to start activity ComponentInfo{de.harm.android.couchone/de.harm.andro
Solution 1:
I have resolved this problem:
Both projects had the same package structure. I changed de.harm.android.couchone
to de.harm.android.couchone.provider
and de.harm.android.couchone.client
.
Solution 2:
I think this link is related to question topic. How to implement a custom content-provider.
Post a Comment for "Creating & Using ContentProvider For Android"