Replies: 6 comments
-
Beta Was this translation helpful? Give feedback.
-
|
seeing the same after attempting to update to 10.1.1. Builds on iOS, but throws the same error as above on both (an old android 8) device and Pixel 5 API 31 simulator. Execution failed for task ':stripe_android:compileDebugJavaWithJavac'.
|
Beta Was this translation helpful? Give feedback.
-
|
@uzairleo Updating android studio to 2023.2.1 has fixed this for me 👍 |
Beta Was this translation helpful? Give feedback.
-
|
Are u sure ? Its related to android studio version ??? |
Beta Was this translation helpful? Give feedback.
-
|
@uzairleo definitely fixed 👍 I read here flutter used the version of Java that Android Studio uses, so related to Java but indirectly Android Studio! https://stackoverflow.com/questions/77624676/stripe-androidcompilereleasejavawithjavac-error-invalid-source-release-17 |
Beta Was this translation helpful? Give feedback.
-
|
I managed to address the issue with the "task :stripe_android:compileDebugJavaWithJavac FAILED" error by implementing a solution in my project. I included the following dependency override in the configuration: dependency_overrides:
stripe_android: "9.5.0+1"This modification proved effective for me. Feel free to test it in your setup and inform me if it resolves the issue on your end as well. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug

I am using flutter stripe in flutter project having version 3.16.7
I do checked all the closed issue related to this error and change my grade to latest 8.1 and also updated my android SDK version to 17 But still I am facing this issue and stuck with it for more than 15 hrs
ISSUE I am facing still

Smartphone / tablet
Additional context
Add any other context about the problem here.
Beta Was this translation helpful? Give feedback.
All reactions