The blocks to do screenshot and save file fail?

Hi all.
the attached blocks to do screenshot and save file, but can't find the file after by:
Samsung My File? why?
Thanks


HScreenshotB_3.aia (10.0 KB)

Try like this:

image

Please ask future questions (new topics) in the MIT App Inventor Help category

1 Like

Thanks.
Tested it,

  1. set all Permission in my phone still got error as long as started APP: Error 908: The permission READ_MEDIA_IMAGE has been denied....

  2. got another error after clicked btn_ss:

may be my phone too low Android 5.1?

BTW. your block used: set Images 'Picture' and I have only set images 'image', not picture there.

image

With an Android 5.1 device, use WRITE_EXTERNAL_STORAGE.

You may also need to switch from Shared to Legacy.

1 Like

thanks.
got the first error of above my attachement, after added : Screen1 Askforpermission.
still didn't get image saved.

one thing odd is this same blocks did screenshot and save before, why not save today?