how to find external sdcard(mnt/exdsdcard) path android? [duplicate]

别来无恙 提交于 2019-12-08 09:12:54

问题


Exdsdcard path find

i need to find out external sdcard path(mnt/exdsdcard).i want to same some images to exdsdcard and i went access database also.


回答1:


try this

File extStore = Environment.getExternalStorageDirectory();

Then specify the foldername and file name

for e.g:

"/LazyList/"+serialno.get(position).trim()+".jpg"



来源:https://stackoverflow.com/questions/14765441/how-to-find-external-sdcardmnt-exdsdcard-path-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!