Mike
Mike

Reputation: 1

Creating folders using Android SDK

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

Answers (1)

Tim Green
Tim Green

Reputation: 2032

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

Upvotes: 2

Related Questions