Skip to content

A problem occurred configuring project ':app_links'. #1172

Open
@Stefanny19

Description

@Stefanny19

Describe the bug
When I run the command flutter run I get the issue

FAILURE: Build failed with an exception.

What went wrong:
A problem occurred configuring project ':app_links'.
> Failed to notify project evaluation listener.
   > Could not get unknown property 'android' for project ':app_links' of type org.gradle.api.Project.
   > Could not get unknown property 'android' for project ':app_links' 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 30s
Running Gradle task 'assembleDebug'...                             90,9s
Error: Gradle task assembleDebug failed with exit code 1

I´ve followed all the steps to set up supabase_flutter, even creating a new project and copying the project in the "Building The app" section, but the error is still there

To Reproduce
Steps to reproduce the behavior:

  1. You can try the "Building The app" project.
  2. Once all is set up, run flutter run
  3. You get the error

Expected behavior
The app is built on the emulator

Screenshots
If applicable, add screenshots to help explain your problem.

Version (please complete the following information):
On Linux/macOS
Please run dart pub deps | grep -E "supabase|gotrue|postgrest|storage_client|realtime_client|functions_client" in your project directory and paste the output here.

On Windows
Please run dart pub deps | findstr "supabase gotrue postgrest storage_client realtime_client functions_client" in your project directory and paste the output here.

dart pub deps | findstr "supabase gotrue postgrest storage_client realtime_client functions_client"
????????? supabase_flutter 2.9.0
    ????????? supabase 2.7.0
    ???   ????????? functions_client 2.4.2
    ???   ????????? gotrue 2.12.0
    ???   ????????? postgrest 2.4.2
    ???   ????????? realtime_client 2.5.0
    ???   ????????? storage_client 2.4.0

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions