回答編集履歴

1

改定

2016/11/20 16:37

投稿

退会済みユーザー
test CHANGED
@@ -1,3 +1,9 @@
1
+ bmp = BitmapFactory.decodeByteArray(bytes, i, bytes.length);//☆ここでエラーがでる
2
+
3
+
4
+
5
+ の部分は
6
+
1
7
  bmp.add(BitmapFactory.decodeByteArray(bytes, i, bytes.length));
2
8
 
3
- ではないでしょうか
9
+ と書くのではないでしょうか