Reputation: 3766
I am implementing sdcard related application. How can I remove emulator sdcard below folder in android using sqlite in devtools?
I am using rm command but it's not working:
Example: sdcard--->project --->emp
Delete project folder using terminal controller in-built sqlite
Upvotes: 1
Views: 1295
Reputation: 4255
Follow the below steps to remove the sdcard folder of your emulator:
Upvotes: 3