I am trying to delete the file using adb command. But the file contain spaces. So adb command throws an error after reading half of the file name till space. Is there a way to o
Did you tried escaping the space
adb shell rm /sdcard/samsung_Nexus\ S_converter.xml