私はこのコードを試しました
byte decodedIcon[] = null;
byte[] bb = (resposeString).getBytes("utf-8");
decodedIcon = Base64.decodeBase64(bb);
Bitmap bitmap = BitmapFactory.decodeByteArray(decodedIcon, 0,decodedIcon.length);
commons-codec-1.3.jar を含めました
それでもnullを返します。どんな助けでも大歓迎です。