Question

I am getting an error while launching the aviary editor giving

There was an error while downloading the image, please try again later.

Intent  newIntent = new Intent(this,FeatherActivity.class);
    newIntent.setType("image/*");
    newIntent.setData(Uri.parse(Constants.EXTRA_OUTPUT));`
Was it helpful?

Solution

I was able to resolve the problem,actually it was not getting the proper path for the image that is i was not able to supply proper URI of the image,so when i was able to supply proper URI my error was gone

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top