You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the opened issues and there are no duplicates
Describe the bug
These days, the use of p4a to package flet applications into apk suddenly appeared an error, has always been the use of p4a packaging is very stable, but now the packaging environment has not been modified but can not be packaged, flet version 0.24.1
Duplicate Check
Describe the bug
These days, the use of p4a to package flet applications into apk suddenly appeared an error, has always been the use of p4a packaging is very stable, but now the packaging environment has not been modified but can not be packaged, flet version 0.24.1
Code sample
/home/feiyuan/.pub-cache/hosted/pub.dev/file_picker-8.1.5/android/src/main/java/com/mr/flutter/plugin/filepicker/FilePickerPlugin.java:257:
error: cannot find symbol
[ ] if (registrar != null) {
[ ] ^
[ ] symbol: variable registrar
[ ] location: class FilePickerPlugin
[ ]
/home/feiyuan/.pub-cache/hosted/pub.dev/file_picker-8.1.5/android/src/main/java/com/mr/flutter/plugin/filepicker/FilePickerPlugin.java:260:
error: cannot find symbol
[ ] registrar.addActivityResultListener(this.delegate);
[ ] ^
[ ] symbol: variable registrar
[ ] location: class FilePickerPlugin
[ ] 2 errors
To reproduce
flet build apk -vv
Expected behavior
No response
Screenshots / Videos
Operating System
Linux
Operating system details
Ubuntu 18.04(WSL)
Flet version
0.24.1
Regression
Yes, it used to work in a previous Flet version (please specify the version in additional details)
Suggestions
I need to package the flet application as an apk
Logs
Logs
[Paste your logs here]
Additional details
No response
The text was updated successfully, but these errors were encountered: