Problem: Android local database doesn't work when I make a signed APK.
More Info: I tried to use the room database, it failed. I then tried Sugar ORM, still, it failed.
Everything works perfectly in debug mode until I make a signed APK. It cannot write or read from the local database. I have updated Android Studio but still, fail.