I haven\'t been able to set a Single Choice list, or a Multiple Choice List inside an AlertDialog.
I tried following the examples but I only get a Dialog with a Title, t
Seems that Buttons, Message and Multiple choice items are mutually exclusive. Try to comment out setMessage(), setPositiveButton() and setNegativeButton(). Didn't check it myself.
Buttons
Message
Multiple choice items
setMessage()
setPositiveButton()
setNegativeButton()