Ivan Tonchev
Ivan Tonchev
I experience the same behavior. After every build (e.g. AndroidManifest.xml file change) the amount of memory used gets bigger. The java process could eat 3, 4 GB of memory pushing...
Downgrading the package did not help as the permissions would no longer work on Android13+. PS: The problem affects only the recent versions of Android, works on 7 or 10.
Using imagepicker 3.1.1, and following the advice from the discord discussion, i managed to get it working by adding this line to my app.gradle dependencies: implementation("androidx.documentfile:documentfile:1.0.1") Like this (some lines...