Android Question clsCheckList Class works in debug but fails in release mode

Juzer Hussain

Active Member
Licensed User
Longtime User
Hi Guys,

I am facing this issues with clsCheckList class which fails on Sub Initialize() line 63

java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.String.equals(java.lang.Object)' on a null object reference

The issue is coming always in release mode it sometimes works in debug mode.

Pls guide me.

Thanks
Juzer
 

Juzer Hussain

Active Member
Licensed User
Longtime User
Hi Erel,
Thanks for the reply.
After a lot of debugging i found the problem was in Resource named table in SQLite.
I dropped the table and renamed it and now the form is loading.
Juzer
 
Upvote 0
Top