Piolo Opaw
Piolo Opaw

Reputation: 1511

what is the File Path of the SDCARD from Emulator programmatically in Android?

all already push some files to the emulator .iso for the sdcard for the emulator,

my problem is how to load all the video because i dont know the correct filepath of the videoes from the folder of the sdcard from the emulator?

Upvotes: 3

Views: 695

Answers (1)

Gooziec
Gooziec

Reputation: 2776

File primaryExtSd=Environment.getExternalStorageDirectory();

That is path to SD card root directory

Upvotes: 2

Related Questions