if ((new File("file://android_assets/aa.mp3")).exists()) {}
if ((new File("aa.mp3")).exists()) {}
以上方法都无法判断
如何判断assets下的某一个文件是否存在
- 写回答
- 好问题 0 提建议
- 追加酬金
- 关注问题
- 邀请回答
-
4条回答 默认 最新
- 东子哥7 2013-05-02 05:58关注
感谢以上两位朋友的回答,@franzhong的方式我用过,也是可以的
下面我用的方法,/** * 加载本地图片 * @param url * @return */ public static Bitmap getLoacalBitmapByAssets(Context c, String url) { Bitmap bitmap = null; InputStream in = null; try { in = c.getResources().getAssets().open(url); bitmap = BitmapFactory.decodeStream(in); } catch (IOException e) { e.printStackTrace(); } finally { closeStream(in, null); } return bitmap; } Bitmap bmp = getLoacalBitmapByAssets(getActivity(), strIconName); if (bmp!=null){ //如果返回的bmp不为空,表示存在这这个资源 ivIcon.setImageBitmap(bmp); //I
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报
悬赏问题
- ¥30 关于#java#的问题,请各位专家解答!
- ¥30 vue+element根据数据循环生成多个table,如何实现最后一列 平均分合并
- ¥20 pcf8563时钟芯片不启振
- ¥20 pip2.40更新pip2.43时报错
- ¥15 换yum源但仍然用不了httpd
- ¥50 C# 使用DEVMOD设置打印机首选项
- ¥15 麒麟V10 arm安装gdal
- ¥20 OPENVPN连接问题
- ¥15 flask实现搜索框访问数据库
- ¥15 mrk3399刷完安卓11后投屏调试只能显示一个设备