The DocumentPicker is not openning the document picking screen #821
Answered
by
EliusHHimel
EliusHHimel
asked this question in
Q&A
-
As stated in the title, the DocumentPicker is not opening the document picking window/screen, it isn't even giving any error, warning, or anything. The press event is working perfectly, but the |
Beta Was this translation helpful? Give feedback.
Answered by
EliusHHimel
Jul 9, 2025
Replies: 1 comment 1 reply
-
Maybe this can solve your issue @EliusHHimel |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My code was exactly how you suggested when I was facing the problem. Later, when I tried debugging, it was giving an error saying
Cannot read property 'pick' of undefined
. However, I solved the problem by taking the following steps.then,
cd android ./gradlew clean
Then run the build command, and it should work just fine.
Note: For some people, the approach suggested by @einjunge99 might work; if not, I'm sure the steps above will resolve the issue.