Execution failed for task ':app:compressDebugAssets'

The default code created by Flutter on vscode works on wndows but crashes on on a Pixel emulator with the message… Any help is appreciate … I am a utter noob in flutter…

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:compressDebugAssets'.
> Multiple task action failures occurred:
   > A failure occurred while executing com.android.build.gradle.internal.tasks.CompressAssetsWorkAction
.
.
.      C:\Test\Flutter\flutter1\build\app\intermediates\compressed_assets\debug\out\assets\flutter_assets

BUILD FAILED in 27s
Exception: Gradle task assembleDebug failed with exit code 1
Exited (sigterm)

Maybe you should ask that in some Flutter community instead.
Also scroll up and probably find the actual error.
A build --scan most probably could also help to find out what is wrong.