gpt4 book ai didi

android - 如何从 Assets 文件夹中的图像创建可绘制对象?

转载 作者:太空宇宙 更新时间:2023-11-03 13:24:09 24 4
gpt4 key购买 nike

这段代码总是返回null

String path = "file:///android_asset/image.png";
Drawable d = null;
try {
d = Drawable.createFromStream(ContextHolder.getActivity().getAssets().open(path), null);
} catch(Exception e) {

}

最佳答案

路径错误

String path = "image.png";

关于android - 如何从 Assets 文件夹中的图像创建可绘制对象?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22853950/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com