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.

  • Full stack, and see how you connect the driver. Perhaps you pass null to the called function - GenCloud
  • This is the only mistake. Below is a description of what went wrong in which classes (of course, that when receiving data). - GuardFromUA

0