Having Issue building the sample project with error: "Failed to transform android.jar to match attributes"

Hi guys, I am new to FlutterFlow.
I tried to export a sample project and build it on VSCode, and I got this error: "Failed to transform android.jar to match attributes". Anyone had a similar error?
Should I update my dependencies or something?

Btw, I subscribed the FlutterFlow Pro already, but I don't know where is the chat support. I think I should get the support from there, since this is a basic problem.

Cheers.

I attach the full error description as follow:


```
xample_starter noti -o flutter run

Using hardware rendering with device sdk gphone64 arm64. If you notice

graphics artifacts, consider enabling software rendering with

"--enable-software-rendering".

Launching lib/main.dart on sdk gphone64 arm64 in debug mode...

FAILURE: Build failed with an exception.

* What went wrong:

Execution failed for task ':sqflite:parseDebugLocalResources'.

> Could not resolve all files for configuration ':sqflite:androidApis'.

> Failed to transform android.jar to match attributes {artifactType=android-platform-attr, org.gradle.libraryelements=jar, org.gradle.usage=java-runtime}.

> Execution failed for PlatformAttrTransform: /Users/linli/Library/Android/sdk/platforms/android-31/android.jar.

> /Users/linli/Library/Android/sdk/platforms/android-31/android.jar

* 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 29s

Running Gradle task 'assembleDebug'... 29.9s⠈

Exception: Gradle task assembleDebug failed with exit code 1

noti: exit status 1

➜ flutterflow travel_example_starter


```

1
3 replies