Mmmmm, are you trying to make all ListView longclckeable?
Some tips:
- first check if the usual OnClick is running;
-Try if you have setClickeable (true); On him;
-Try to see if you are really trying to do this, and not the usual onItemClick () of the items in the list (to do this, run the @override command:
public void onItemClick(AdapterView<?> arg0, View arg1, int arg2, long arg3) {}
A.Quiroga
source share