I'm writing an app with 100+ (116 to be precise) Image Buttons. When I'm trying to run the app, it automatically closes and tells me the following:
The maximum view count defaults to 80 but can be configured with the environment variable ANDROID_LINT_MAX_VIEW_COUNT.
I need all of these Buttons, removing some of them isn't possible. What can I do? It says its bad for performance, but is it really that bad? Since its "just" a warning. Where can I configurate that environment variable? Or should I rather try to somehow lower the amount of buttons? (If yes, could you tell me how I can do that?)