Caused by: java.lang.NumberFormatException: Invalid int code example
Example: Caused by: java.lang.NumberFormatException: Invalid int: ""
final String height = e1.getText().toString();
final int a = Integer.parseInt(height);
final String height = e1.getText().toString();
final int a = Integer.parseInt(height);