2011-10-17 34 views
1

我實現SD卡相關應用如何能如何能在Android的

我使用rm命令它不工作在devtools刪除文件夾下面仿真器的SD卡在Android中使用SQLite刪除文件夾下面仿真器SD卡..

例:SD卡--->工程---> EMP

刪除項目文件夾中使用終端控制器inbuild SQLite的

請提出了一些解決方案

在此先感謝

納拉辛哈

+0

檢查這個線程... http://stackoverflow.com/questions/5628393/how-to-format-wipe-emulators-sdcard- MNT-SD卡 – 2012-04-20 03:07:55

回答

3
Follow the below Steps...to remove the sdcard folder of your emulator... 
1. open the command prompt 
2. go to the directory where your android sdk --> platform-tools 
3. type adb shell 
4. type cd sdcard 
5. type rmdir "folder name"