flet v0.25.1 build apk fails, cannot find symbol registrar.addActivityResultListener(this.delegate) #4555
Replies: 3 comments 3 replies
-
I have the same problem, this error occurs even on the new Hello world project, version: flet==0.24.1 |
Beta Was this translation helpful? Give feedback.
-
I have the same issue (● ) Building .apk for Android ⏳... if (registrar != null) { in another github Discussions some developers set the package file_picker to version 8.1.4 to solve this inssue. |
Beta Was this translation helpful? Give feedback.
-
We have an opened issue concerning this here: #4564 |
Beta Was this translation helpful? Give feedback.
-
Question
I need some help with a build error that I cannot resolve. My app uses the FilePicker control and I get a an error when building the apk:
I get the same error if I comment out the FilePicker controls and everything related to them.
Flutter Doctor:
I've tried different versions of the Android SDK (35) as well as flutter (3.24.0 - 3.24.5)
Any help is appreciated 😊
Code sample
No response
Error message
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions