diff --git a/Makefile b/Makefile index 00611d5..f23be95 100644 --- a/Makefile +++ b/Makefile @@ -71,11 +71,11 @@ collect: build: cd cyberwow && \ - flutter build apk --target-platform android-arm64 + flutter build apk --target-platform android-arm64 -v build-debug: cd cyberwow && \ - flutter build apk --debug --target-platform android-arm64 + flutter build apk --debug --target-platform android-arm64 -v install: build cd cyberwow && \ diff --git a/etc/nix/shell.nix b/etc/nix/shell.nix index 1d0749d..6c915bd 100644 --- a/etc/nix/shell.nix +++ b/etc/nix/shell.nix @@ -94,6 +94,7 @@ with nixpkgs; export PATH_NCURSES=${nixpkgs.ncurses5} export PATH + export _JAVA_AWT_WM_NONREPARENTING=1 export DART_VM_OPTIONS=--root-certs-file=/etc/ssl/certs/ca-certificates.crt export ANDROID_NDK_VERSION_WOW=r17c