How to access /storage/emulated/0/

前端 未结 16 2290
被撕碎了的回忆
被撕碎了的回忆 2020-12-13 01:53

I have written a code to record audio and save it to below file location.

private String getFilename() {
    String          


        
16条回答
  •  悲&欢浪女
    2020-12-13 02:48

    for Xamarin Android

    Using command //get the file directory

    Image image =new Image() { Source = file.Path };
    

    then in command adb pull //the image file path here

提交回复
热议问题