gridView.setOnItemClickListener(new OnItemClickListener() { public void onItemClick(AdapterView> parent, View v, int position
does the gridView have a custom layout ?
if yes, go to the custom layout xml file and change these attributes
android:clickable="false" android:focusable="false"