2014-04-04 2 views

답변

2

경로가 잘못 반환

String path = "image.png"; 
2
Drawable d = Drawable.createFromStream(getAssets().open("image.png"), null); 
관련 문제