android 获取assets下的图片
? ?? ?try { String[] mIcon = mContext.getAssets().list("picture_icon");} catch (IOException e) {// TODO Auto-generated catch blocke.printStackTrace();}?
? ?
try { String[] mIcon = mContext.getAssets().list("picture_icon");} catch (IOException e) {// TODO Auto-generated catch blocke.printStackTrace();}
?