The java.lang.RuntimeException is \"Don\'t call setOnClickListener for an AdapterView. You probably want setOnItemClickListener instead,\" but that is not correct. I am usin
You will have to set the Click listener on the underlying view (normally a TextView with id: android.R.id.text1) of the spinner. To do so: