NumberFormatException Error

前端 未结 5 1517
被撕碎了的回忆
被撕碎了的回忆 2020-12-11 08:48

the code is:

editText2=(EditText) findViewById(R.id.editText2);
editText3=(EditText) findViewById(R.id.editText3);
float from_value= Float.parseFloat(editTe         


        
5条回答
  •  南笙
    南笙 (楼主)
    2020-12-11 09:01

    IMHO you are entering some non float value which is causing this error.

提交回复
热议问题