pardom-zz / ActiveAndroid

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

Crash when save data in android 8.0 #535

Closed trunghau121 closed 7 years ago

trunghau121 commented 7 years ago

java.lang.SecurityException: Failed to find provider [package.Name] for user 0; expected to find a valid ContentProvider for this authority

Pls help me out this. Thanks in advance!

agonper commented 7 years ago

Hello @trunghau121,

Did you figure out how to fix this?

Some of us are having the same problem here #536

Thanks!

hasnain-ahmad commented 6 years ago

Did the issue resolved...?

agonper commented 6 years ago

Finally, I did the switch to Android Room library and can’t be happier. Regards.