mercredi 15 octobre 2014

android facebook SkImageDecoder::Factory returned null


Vote count:

0




i'm new to fb api, try to load facebook profile image to load in imageview but i got error SkImageDecoder::Factory returned null help to fix it urgent please


my code:



URL image_value = new URL("http://ift.tt/rrPc6B"+ id + "/picture?type=large");
Bitmap bmp = BitmapFactory.decodeStream(image_value.openConnection().getInputStream());
iv1.setImageBitmap(bmp);


asked 50 secs ago







android facebook SkImageDecoder::Factory returned null

Aucun commentaire:

Enregistrer un commentaire