Android Remove file with DDMS -
I need to delete a file from an app / data / data folder. I am looking for files in Eclipses in DDS I am
If DDMS can not do, how do I delete it otherwise?
I need to delete a file from an app / data / data folder. I am looking for files in Eclipses in DDS I am
If DDMS can not do, how do I delete it otherwise?
adb open rm / path / file /
Comments
Post a Comment