2011-12-26 50 views
0

我得到一個錯誤時,我有INT [poition]在textdescription1.setText()錯誤在陣列[Android的]

我得到的誤差是(類型表達的必須是一個數組類型,但它解決int) 我不是爲什麼我得到這個錯誤,因爲它是一個數組和[位置]是一個int。

有誰知道爲什麼我得到這個錯誤,以及如何解決它?

對不起我的英文不好:P THX

public void onItemSelected(AdapterView<?> parent, View v, int position, 
      long id) {  
     txtdescription1.setText(R.array.banan[position]); 

    } 

回答

0

你得到你在下面的法陣:

int[] banan_arr = R.getIntArray(R.array.banan); 

如果巴南是字符串類型,相應的修改