Image Picker Issue

Release nb195
Tested on Android 9+ on three different devices

  • I launch Image Picker
  • I choose a gallery app
  • I choose a photo
  • the app crashes

With Logcat reader I can see:

[01-23 20:08:38.030 13250:15939 D/AppErrorNotification]
errorType : 24, process : appinventor.ai_MEngeneeringSoft.Zap_Call , uid : 0

[01-23 20:08:38.094 4577:4713 W/InputDispatcher]
channel 'c66e7d0 appinventor.ai_MEngeneeringSoft.Zap_Call/appinventor.ai_MEngeneeringSoft.Zap_Call.Conf (server)' ~ Consumer closed input channel or an error occurred. events=0x9, fd=473

[01-23 20:08:38.094 4577:4713 W/InputDispatcher]
channel 'd69d0b appinventor.ai_MEngeneeringSoft.Zap_Call/appinventor.ai_MEngeneeringSoft.Zap_Call.Screen1 (server)' ~ Consumer closed input channel or an error occurred. events=0x9, fd=304

How can I solve ?

thank you

Claudio

Please provide an example aia project that demonstrates this behaviour

If I remember correctly you will need to ask for WRITE_EXTERNAL_STORAGE permission so that the imagePicker can write its file.

Hi,
solved ASKING FOR PERMISSION "WriterExternalStorage"

thank you
Claudio