创建一个pathName

时间:2011-10-25 12:02:32

标签: android

我想获得路径的图像,但是如果我使用它:

String pathname="/path/img.png";

如果我使用以下方法:

Bitmap icon = BitmapFactory.decodeFile (pathname);

变量图标返回null。

我不知道要创建路径名。

感谢。 此致

1 个答案:

答案 0 :(得分:0)

对于路径名,你应该有这样的东西:“/ mnt / sdcard / download / img.png”(如果你的图像在你的存储卡上)。