[Solved] Nullpointer on sql query with android [duplicate]
The first code snippet you have provided is not sufficient to answer the question with any degree of certainty. From the exception it would appear that the sqlHandler variable is null, but you have not provided any code to show how you are instantiating this. sqlHandler seems to be a global variable, so you’ll want … Read more