Hi all !
With the project attached, I am trying to create a database and insert several records. Then read those records again and I get null error.
The log output is:
DB Files: 1
Rows: 0
So the database file exists and after the insert there are no records but table exists.
Full log output:
--------- beginning of main
Copying updated assets files (3)
*** Service (starter) Create ***
** Service (starter) Start **
** Activity (main) Create, isFirst = true **
DB Files: 1
Rows: 0
Error occurred on line: 40 (Main)
java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.String.equals(java.lang.Object)' on a null object reference
at com.test.gastos.main._activity_create(main.java:422)
[...]
With the project attached, I am trying to create a database and insert several records. Then read those records again and I get null error.
The log output is:
DB Files: 1
Rows: 0
So the database file exists and after the insert there are no records but table exists.
Full log output:
--------- beginning of main
Copying updated assets files (3)
*** Service (starter) Create ***
** Service (starter) Start **
** Activity (main) Create, isFirst = true **
DB Files: 1
Rows: 0
Error occurred on line: 40 (Main)
java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.String.equals(java.lang.Object)' on a null object reference
at com.test.gastos.main._activity_create(main.java:422)
[...]