views:

34

answers:

1

Is it possible to be able to create a folder on the sd card of the phone via using Android SDK or the Shell?

+1  A: 

Use mkdir /sdcard/newfolder in an exec/shell.

Tim Green