如何在以下代碼中提供SD卡文件路徑?如何在下面的代碼中提供SD卡文件路徑?
String s="file:///sdcard/tempImage.png"; parameters.putString("attachment","{\"name\":\"Android Facebook application By Martin\",\"href\":\"http://www.google.com/\",\"caption\":\"By google Technology \",\"description\":\"Description :- Android and iphone application \",\"media\":[{\"type\":\"image\",\"src\":\'"+ s + "',\"href\":\"http://s.facebook.com/connect.php?tab=iphone/\"}],\"properties\":{\"another link\":{\"text\":\"for more tips click here\",\"href\":\"http://www.google.com/\"}}}");
我使用上面的代碼從我的SD卡在Facebook牆上上傳圖片。但上述代碼不起作用,請幫助我。
文件:///sdcard/tempImage.png是URI,而不是文件路徑。 –
嗨,Jett Hsieh然後什麼是SD卡的文件路徑? –