Hey @HuaYicheng2016 - it should be a path to our local file. From our documentation:
“The image Uri should be a file Uri (i.e. file://absolute_path scheme) to a local file. For example,”
File myImageFile = new File("/path/to/image");
Uri myImageUri = Uri.fromFile(myImageFile);