Hello, I am a little new to flutterflow and I have developed a mobile application which works more or less when I run the test with the browser but no longer works with the local run with an android emulator on android studio with this
error:
Launching lib\main.dart on sdk phone64 x86 64 in debug mode...
Upgrading build.gradle
Running Gradle task 'assembleDebug'...
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':sign_ in with_apple.
> Could not load compiled classes for build file 'C:
\Users\dramo\AppData\Local\Pub\Cache\hosted\pub.dev|sign_in_with_apple-4.3.0 \android \build gradle' from cache.
> Failed to notify project evaluation listener.
> Could not get unknown property 'android' for project :sign inwith _apple' of type org.gradle.api.Project.
> Could not get unknown property 'android' for project 'sign_in withapple' 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 17s
Running Gradle task 'assembleDebug...
84,5s
Error: Gradle task assembleDebug failed with exit code 1
I don't understand how it got there. Someone to help me please?