Android获取SD卡目录 1 public static String getSdDirectory() { 2 return Environment.getExternalStorageDirectory().getPath(); 3 }