You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am encountering a problem with my Flutter application when using the flutterflow_ui package version 0.3.1 (copied as flutterflow_ui: ^0.3.1). When I try to build the app, a Gradle error occurs during the release build process. Here is the error message:
vbnet
نسخ الكود
FAILURE: Build failed with an exception.
What went wrong:
A problem occurred configuring project ':apivideo_live_stream'.
Failed to notify project evaluation listener.
Could not get unknown property 'android' for project ':apivideo_live_stream' of type org.gradle.api.Project.
Could not find method implementation() for arguments [project ':native_device_orientation'] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.
Could not get unknown property 'android' for project ':apivideo_live_stream' of type org.gradle.api.Project.
Try:
Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.
Get more help at https://help.gradle.org.
BUILD FAILED in 1m 15s
Running Gradle task 'assembleRelease'... 76.7s
Gradle task assembleRelease failed with exit code 1
Process finished with exit code 1
This error seems to stem from a misconfiguration in the project dependencies, specifically related to the :apivideo_live_stream module and possibly :native_device_orientation. I would greatly appreciate any insights or fixes you might suggest for this issue.
Thank you in advance for your support.
The text was updated successfully, but these errors were encountered:
Dear FlutterFlow Support Team,
I am encountering a problem with my Flutter application when using the flutterflow_ui package version 0.3.1 (copied as flutterflow_ui: ^0.3.1). When I try to build the app, a Gradle error occurs during the release build process. Here is the error message:
vbnet
نسخ الكود
FAILURE: Build failed with an exception.
A problem occurred configuring project ':apivideo_live_stream'.
BUILD FAILED in 1m 15s
Running Gradle task 'assembleRelease'... 76.7s
Gradle task assembleRelease failed with exit code 1
Process finished with exit code 1
This error seems to stem from a misconfiguration in the project dependencies, specifically related to the :apivideo_live_stream module and possibly :native_device_orientation. I would greatly appreciate any insights or fixes you might suggest for this issue.
Thank you in advance for your support.
The text was updated successfully, but these errors were encountered: