-
Notifications
You must be signed in to change notification settings - Fork 221
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
[Bug report] Execution failed for task ':flutter_image_compress_common:compileDebugJavaWithJavac'. #320
Comments
@mshivkumar I have a workaround for this till the official fix comes. I have added the project as local dependency and updated updated JAVA Version in build.gradle |
you should take a look at this #318 |
Can you please explain how did you changed JAVA version? I am facing the same issue now. |
Same issue here. I don't understand anything about your workaround. |
Because this issue is somewhat same as what I encounter, I will just copy paste my solution directly from issue #318, please try it out: I think I found a way to solve this issue. It appears my issue has some relation with this issue. The way to solve it is by upgrading gradle version from 8.1.0 to 8.2.2 that is located in the android/settings.gradle
|
It hasn't been solved with that. Did anyone find another solution? |
Version
2.3.0
Platforms
Android, iOS
Device Model
Moto Edge 40
flutter info
How to reproduce?
Include the package flutter_image_compress in your project, As this package internally depends on flutter_image_compress_common
Logs
Example code (optional)
No response
Contact
No response
The text was updated successfully, but these errors were encountered: