Reputation: 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?
Upvotes: 0
Views: 416
Reputation: 2032
Use mkdir /sdcard/newfolder in an exec/shell.
mkdir /sdcard/newfolder
Upvotes: 2