これらのソリューションが機能しない理由がわかりません。
編集可能から文字列に変換する必要があります
この解決策は機能しません:
Editable ploshad =editTextPloshad.getText();
String ploshadNew=ploshad.toString();
この
Editable ploshad =editTextPloshad.getText();
String ploshadNew=(String)ploshad.toString();
ploshadNew は文字列ではありません