CodePudding user response:
Under their online search have. Look at this line not linePrivate String sdcardDir=getSDCardPath ();
Private String getSDCardPath () {
The File sdcardDir=null;//determine whether SDCard there
Boolean sdcardExist=Environment. GetExternalStorageState (.) the equals (... Android OS Environment MEDIA_MOUNTED);
If (sdcardExist) {
SdcardDir=Environment. External.getexternalstoragedirectory ();
}
Return sdcardDir. ToString ();
}
Private String filePath=getSDCardPath () + "/" + "DCIM/pipixia/123. Mp4";