大佬们、哥哥姐姐们;
我在vue文件把图片路径传值到原生中,现在我想在原生中获取该图片设置ImageView的图片、要怎么获取?
ImageView topImageView = dialog.findViewById(R.id.update_topImage);
topImageView.setImageBitmap(BitmapFactory.decodeFile(??));
大佬们、哥哥姐姐们;
我在vue文件把图片路径传值到原生中,现在我想在原生中获取该图片设置ImageView的图片、要怎么获取?
ImageView topImageView = dialog.findViewById(R.id.update_topImage);
topImageView.setImageBitmap(BitmapFactory.decodeFile(??));
3 个回复
1***@qq.com (作者)
找到解决方法了,现在Vue文件中调用plus.io.convertLocalFileSystemURL("/static/logo.png"),转换成平台绝对路径
2***@qq.com - 80后it男
Uri rewrited = getInstance().rewriteUri(Uri.parse(icon), URIAdapter.IMAGE);
String imgUrl=UniPathParser.getAndroidPath(mapicon.getString("icon"));
这两个都行
星星不怕黑
plus.io.convertLocalFileSystemURL()转换路径