-
Notifications
You must be signed in to change notification settings - Fork 27
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
Error with version 0.6.1 #817
Comments
I am facing the same issue with |
Hey @rlee1990 and @rmahmadkhan, I'm sorry for your bad experience. You are probably facing this issue because you are using Gradle 8, and we are not yet compatible with it. I'm currently working on AGP 8 support and will prepare the new release as soon as it is ready. There are still some dependencies with packages that do not support it, but I am actively addressing this issue. I appreciate your patience as we work through this, thank you :) |
@Brazol yeah, right. We are using |
You should be able to use Gradle 7 if you set |
I changed the |
@Brazol downgrading on Android isn't an option for me at this time. Do we have a timeframe on this issue? |
AGP compatibility work is done in this PR. I can't merge it yet because the You can do this with dependency_overrides like this:
This is, of course, a temporary solution until we release a new version. Please let me know if this works for you. |
Just putting this here for others... Faced this issue after using the above dependency_overrides. I guess it is due to my M1 Mac.
I had to download and install AArch64 JDK. Check the StackOverFlow solution |
I get the same error as @rmahmadkhan @Brazol |
@rmahmadkhan so I did the steps from this below and it now works:
If you're still having issues after following these steps, you can try:
Would you like me to clarify any of these steps?
|
After I ran this flutter config --jdk-dir= normally this /Library/Java/JavaVirtualMachines/openjdk-17.jdk/Contents/Home |
I am not receiving an error when using the below error when trying to run the app on android:
The text was updated successfully, but these errors were encountered: