Picasso: Extension to load images efficiently with Picasso

Failed to build the APK on different of my projects.
I imported the extension also in an empty project and tried to build the APK:

Previous versions 1.1 - 1.4 work, but version 2 doesn't.

Btw, what is the (correct / complete) path here:

grafik

The problems continue:
In addition, the "Error 908: The permission READ_EXTERNAL_STORAGE..." is displayed on Android 13. Firstly, no storage permissions should be requested on Android 11+ for self-created images and secondly, it should (if at all) at least be the correct READ permission, namely READ_MEDIA_IMAGES (on Android 13+).

So please remove all storage permissions (at least on Android 11+). If these are needed because images not created by the app are to be accessed, the app developer should request the permission themselves. I have been suggesting this approach to MIT (especially for the Image comp) for years; you and @Taifun already implemented it in your File extensions years ago.

1 Like

Correction. The permission issue was caused by the File component (File.MoveFile method).

I had actually decided not to touch the File component again until these bugs were fixed. But I forgot again :upside_down_face:, and am now sticking with one of the two file extensions from you and Taifun!

ChangeLog Version 2.1

  • Fixed no such class: com.sunny.Picasso.Picasso error occurring while compiling apk

com.sunny.Picasso.aix (344.9 KB)

2 Likes

I get an error saying "Error image may not be null" even though I've set the error image

Show your relevant blocks.
See also here: How to ask a question (open new topic)

1 Like