pardom-zz / ActiveAndroid

Active record style SQLite persistence for Android
http://www.activeandroid.com
4.7k stars 1.03k forks source link

java.lang.SecurityException: Failed to find provider null for user 0; expected to find a valid ContentProvider for this authority #553

Closed ieewbbwe closed 6 years ago

ieewbbwe commented 6 years ago

java.lang.SecurityException: Failed to find provider null for user 0; expected to find a valid ContentProvider for this authority

java.lang.SecurityException: Failed to find provider null for user 0; expected to find a valid ContentProvider for this authority at android.os.Parcel.readException(Parcel.java:1942) at android.os.Parcel.readException(Parcel.java:1888) at android.content.IContentService$Stub$Proxy.notifyChange(IContentService.java:801) at android.content.ContentResolver.notifyChange(ContentResolver.java:2046) at android.content.ContentResolver.notifyChange(ContentResolver.java:1997) at android.content.ContentResolver.notifyChange(ContentResolver.java:1967) at com.activeandroid.Model.save(Model.java:162)

rex3du commented 5 years ago

any solutions for this one?

d-rahul commented 4 years ago

Did you find the solution? @ieewbbwe