Open GhostCodingTech opened 6 days ago
Hello!
We are currently working on making FlutterFlow compatible with the latest version of Android Studio. At this time, it only works with Java 18. Alternatively, you can try installing Android Studio Koala from this link: Download Android Studio Koala.
same here, this is the fkn problem with FF, you guys are lacking in QA, we cant be just waiting for a fix sometime with no ETA, some of us have teams that depend on this platform. Its also happening on 5.0.12 on MacOS
I downgraded the Android Studio, and yet local run still won't work, it loads the app only till the splash screen and not after that.
App works fine when downloading APK.
Problem is that I have custom code I am trying to debug inside of the app in FF since it doesn't want to work inside of FF. This is part of the app that is meant to be submitted tomorrow for the competition.
Here is a suggestion you can give to the higher ups. Thoroughly test and ensure that all solutions for all problems are implemented prior to deploying the update.
Hello!
We deployed a more recent fix yesterday afternoon. Could you confirm if this issue is still occurring in your project?
I haven't tried out if the new build fixes the Android studio koala dependency yet, will try later today and let you know
On Fri, 22 Nov 2024, 1:47 am Alezanello, @.***> wrote:
Hello!
We deployed a more recent fix yesterday afternoon. Could you confirm if this issue is still occurring in your project?
— Reply to this email directly, view it on GitHub https://github.com/FlutterFlow/flutterflow-issues/issues/4902#issuecomment-2491426935, or unsubscribe https://github.com/notifications/unsubscribe-auth/BHAGDWNHKNKLJT23FJBAH532BXW6PAVCNFSM6AAAAABR2REILCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOJRGQZDMOJTGU . You are receiving this because you commented.Message ID: @.***>
i can confirm issue still happens same.
Can we access your project?
Current Behavior
FAILURE: Build failed with an exception.
What went wrong: Could not open cp_settings generic class cache for settings file 'C:\Users\ghost\AppData\Roaming\FlutterFlow\flutterflow\image_picker\android\settings.gradle' (C:\Users\ghost.gradle\caches\7.5\scripts\dbi4ru1b7c8lxo6ho27itx8jx).
Try:
Get more help at https://help.gradle.org
BUILD FAILED in 886ms Running Gradle task 'assembleDebug'... 1,734ms
┌─ Flutter Fix ────────────────────────────────────────────────────────────────────────────────────┐ │ [!] Your project's Gradle version is incompatible with the Java version that Flutter is using │ │ for Gradle. │ │ │ │ If you recently upgraded Android Studio, consult the migration guide at │ │ https://flutter.dev/to/to/java-gradle-incompatibility. │ │ │ │ Otherwise, to fix this issue, first, check the Java version used by Flutter by running flutter │ │ doctor --verbose. │ │ │ │ Then, update the Gradle version specified in │ │ C:\Users\ghost\AppData\Roaming\FlutterFlow\flutterflow\image_picker\android\gradle\wrapper\gradl │ │ e-wrapper.properties to be compatible with that Java version. See the link below for more │ │ information on compatible Java/Gradle versions: │ │ https://docs.gradle.org/current/userguide/compatibility.html#java │ │ │ │ │ └──────────────────────────────────────────────────────────────────────────────────────────────────┘ Error: Gradle task assembleDebug failed with exit code 1
Expected Behavior
It should load correctly. As per the error message java 17 is required on the system for the local run to work. This has been installed and added to my system env.
It was also confirmed running java -v
Steps to Reproduce
Create app, Run on local run
Reproducible from Blank
Bug Report Code (Required)
IT4oj8nlz5F2pbxH1ar2a/lahSQ6KVh7U5IzispBZywgfZzzBLN/fPfQP0hoZM+nSlVUMU2cp14xptbnvd/PJfo3EwmrGrZY1rVXEg3wUkG5bK2TF7mCXXFQHd5TIX6b0ruvvxInXdNYW1Zlw0z3fOvIVgrcQpz0OFQ8Sq/LZO4=
Visual documentation
Environment
Additional Information
No response