Reputation: 1511
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
Reputation: 2776
File primaryExtSd=Environment.getExternalStorageDirectory();
That is path to SD card root directory
Upvotes: 2