Closed hoh closed 1 year ago
I have fixed it with the latest commit!
Well, actually, refreshing the flake.lock file, the errors appears again with the latest android simulator (33.1.6)
I also get the same issue :
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':app:lintVitalReportRelease'.
> Failed to install the following SDK components:
platforms;android-33 Android SDK Platform 33
The SDK directory is not writable (/nix/store/ygxvbchm0q2dilfakgvy6srjvkxma26p-androidsdk/libexec/android-sdk)
* 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 840ms
Running Gradle task 'assembleRelease'... 1 301ms
Gradle task assembleRelease failed with exit code 1
I am trying to use Flutter on NixOS. When trying this repository, after overriding the issue in #8 using
--ignore-deprecation
, I am facing the following error:The complete log is: