我在我創建的自定義對話框中的以下位置面臨錯誤。在自定義對話框中是不可能具有這些功能的?在自定義對話框中的「edittext.getText()。toString()」處出現錯誤
final EditText x =(EditText)findViewById(R.id.edtLocationName);
String strTextValue = x.getText()。toString(); //這裏是
int x1 = geoLat.intValue()xt()。toString(); //這裏
你面臨什麼錯誤。除了你試圖將一個String賦給一個int的事實。 – Falmarri 2011-01-23 08:55:20
對不起,其錯誤的ctrl + c,爲該字符串int事物...其實> int x1 = geoLat.intValue()...我得到一個錯誤onClickListener的按鈕,這些功能.. – pauljeba 2011-01-23 11:33:00