I am really frustrated because I have been trying this for 4 hours today, and I can\'t find a solution. For some reason, my on long click listener doesn\'t get detected some
May be try using View.OnItemLongClickListener() instead of AdapterView and change the parameter in OnItemLongClick() to View.
Hope this helps...