In ArrayToString1 `String[] array = new String[1];` `array[1] = imei;` I think the second line should be ` array[0] = imei; `