-
Notifications
You must be signed in to change notification settings - Fork 704
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warning: SDK processing #1646
Labels
new issue
An issue that hasn't yet been seen from the maintainer
Comments
Pawankant87
added
the
new issue
An issue that hasn't yet been seen from the maintainer
label
Dec 14, 2024
I have also face same problem with flutter_3.27.0 |
Try to downgrade the version to |
@TheAnh188 Set version number without |
Duplicate of #1643 |
Closing as dup of #1643 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Warning: SDK processing. This version only understands SDK XML versions up to 3 but an SDK XML file of version 4 was encountered. This can happen if you use versions of Android Studio and the command-line tools that were released at different times.
C:\Users\mindp\AppData\Local\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
C:\Users\mindp\AppData\Local\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
FAILURE: Build failed with an exception.
Execution failed for task ':file_picker:compileDebugJavaWithJavac'.
BUILD FAILED in 36s
Error: Gradle task assembleDebug failed with exit code 1
The text was updated successfully, but these errors were encountered: