2012年2月5日日曜日

get sdcard path.

I get sdcard path.
File file = Environment.getExternalStorageDirectory();
Log.d("test", file.getPath());
result:
/mnt/sdcard
I do "adb shell", and try "cd /sdcard/" but I could move. why ?
source code is here.
Please suggest your android issue by twitter or mail, I would try to clear up your issue.

0 件のコメント:

コメントを投稿