-
Notifications
You must be signed in to change notification settings - Fork 345
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
Build fails on 3.1.1 and above #285
Comments
We needed to update to the latest stable gradle version + wrapper + android dependencies. If you update tools to |
Thank you for your quick help. This indeed makes the error messages I got before disappear. Unfortunately it causes many more problems, all releated to incompatible kotlin and gradle versions. I will stick to 3.1.0 for now. |
I updated my build tools and wrapper version to the ones listed to resolve this issue. I now receive the following error. Curious if someone also ran into this problem after following the steps...
|
I too have this error. |
@safield @Edu09campos Please checkout the answer on this other (solved) issue: #410 (comment) That info has been added to the readme as well. |
Please see the note I just made at #410 regarding a comment made by @YellowShark about setting the Android SDK to 31. |
When building for android with 3.1.0 everything works fine.
When building with 3.1.1and above I get the error:
FAILURE: Build failed with an exception.
A problem occurred configuring project ':flutter_reactive_ble'.
I do not understand enough of gradle to see the problem. Does someone else have this as well and maybe also found a solution? Thank you.
The text was updated successfully, but these errors were encountered: