Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
启动 aviary 编辑器时出现错误
下载图片时出错,请稍后重试。
Intent newIntent = new Intent(this,FeatherActivity.class); newIntent.setType("image/*"); newIntent.setData(Uri.parse(Constants.EXTRA_OUTPUT));`
我能够解决问题,实际上它没有得到正确的图像路径,我无法提供图像的正确 URI,所以当我能够提供正确的 URI 时,我的错误消失了