I poured release apk. In the debug, everything worked and works, but in the release it gives this error:
java.lang.NullPointerException: Attempt to invoke virtual method 'android.database.sqlite.SQLiteStatement android.database.sqlite.SQLiteDatabase.compileStatement(java.lang.String)' on a null object reference
And the application crashes. It gives an error at the very first stage - the stage of entry or registration.