-
Notifications
You must be signed in to change notification settings - Fork 6.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Work with AppGlideModule - not possible. #3057
Comments
AppGlideModule will only work with annotation processing? What specifically are you trying to do in AppGlideModule? |
@sjudd I want to use |
You can't do that without annotation processing. If you want GlideApp and configuration see http://bumptech.github.io/glide/doc/configuration.html. If you want configuration without annotation processing, use the deprecated GlideModule interface. |
This issue has been automatically marked as stale because it has not had activity in the last seven days. It will be closed if no further activity occurs within the next seven days. Thank you for your contributions. |
Manually setting up default options in Glide using
AppGlideModule
shows error inGlideBuilder
's build method.This was probably done due to the issue #2885, which makes sense.
Glide Version: 4.7.0 and above.
Glide load line /
GlideModule
(if any) / list Adapter code (if any):Is there any way how we're supposed to manually set up the default options throughout the app provided that we only use
GlideBuilder
only insideAppGlideModule
?If annotation processing needs to be avoided, are there any available optimised presets we can use or parameters to be passed or configuring cache paths and sizes that would be common to the app ?
The text was updated successfully, but these errors were encountered: