-
-
Notifications
You must be signed in to change notification settings - Fork 896
Execution failed for task ':permission_handler:compileDebugJavaWithJavac'. #786
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
Comments
@majedqatousa could you also please include the complete exception logs and the output of |
@mvanbeusekom FAILURE: Build failed with an exception.
Flutter doctor
|
The problem here is the combination of using an outdated version of the permission_handler, together with the latest version of Android (according to the As mentioned by the exception message the There are two ways in solving this problem (last one would be the best):
Feel free to go for any of the above solutions, I can imagine that upgrading the permission_handler might bring other challenges. However please note that long-term the second solution is better as it supports all the latest features and API's provided by Android. I will close this issue, however feel free to leave a comment if you have further questions. |
Uh oh!
There was an error while loading. Please reload this page.
🐛 Bug Report
after upgrad Flutter to last v (2.10.0) i can't build my app becouse this FAILED :
Execution failed for task ':permission_handler:compileDebugJavaWithJavac'.
my gradle file 👍
Expected behavior
Reproduction steps
Configuration
Version: ^6.1.3
Platform:
The text was updated successfully, but these errors were encountered: