AlerDialog is not created - java.lang.IllegalArgumentException: Activity#onCreateDialog did not crea
- by Jayomat
Hi,
I want to create a normal AlertDialog. I used the example provided by the android dev docs. I just changed the DIALOG_PAUSED_ID to DIALOG_DELETEDB. If I execute my code and press the button which in return should create the dialog, I get the following error log:
04-29 01:01:20.973: WARN/dalvikvm(1168): threadid=3: thread exiting with uncaught…