Solution 1:
new AlertDialog.Builder(getApplicationContext());
I think this is the problem. Have you tried:
new AlertDialog.Builder(YourActivityClassName.this);
new AlertDialog.Builder(getApplicationContext());
I think this is the problem. Have you tried:
new AlertDialog.Builder(YourActivityClassName.this);