android-nixpkgs icon indicating copy to clipboard operation
android-nixpkgs copied to clipboard

Nix-packaged Android SDK

Results 33 android-nixpkgs issues
Sort by recently updated
recently updated
newest added

``` error: hash mismatch in fixed-output derivation '/nix/store/w7hmkcv8n8rf8iyq9y5mgjy4ywfix0bd-arm64-v8a-32_r06.zip.drv': specified: sha1-9kVG98/NdR2JyLd5nURGdrIXxiM= got: sha1-npfX7NW2y52RQby6rsE0ggrFaeE= ``` ``` > nix-hash --to-base16 sha1-9kVG98/NdR2JyLd5nURGdrIXxiM= f64546f7cfcd751d89c8b7799d444676b217c623 ``` I think it's the second time I'm seeing this happen....

When running `avdmanager` from the flake template I get: ``` java.lang.UnsupportedClassVersionError: com/android/sdklib/tool/AvdManagerCli has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version...

Hi, great project. I'm trying to base a flutter devshell on top, by extending the packages list with flutter. First thing usually run then is a flutter doctor, which checks...

Hi, first of all, I'd like to express my thanks for the great work in this package set. When I first used `cmdline-tools-latest` with this package set to build my...

Basically the title, unfortunately when I ran ``` nix flake init -t github:tadfisher/android-nixpkgs nix develop ``` it errors out with ``` error: value is a set while a list was...

I used the Ad-hoc example: https://github.com/tadfisher/android-nixpkgs#ad-hoc I ran `nix-shell` to get it setup but then the SDK root doesn't seem valid: ``` $ nix-shell Using Android SDK root: /nix/store/hf254wpxf4nn9q8a8yqf83n49yjjim71-android-sdk-env/share/android-sdk $...

I use NixOS and would like to set up the Android environment globally. I managed to start a nix shell with the environment using the provided file. I did not...

I tried installing via home manager and flakes and I got: ``` error: anonymous function at /nix/store/809567g3ws9r3lpjahn8l1wfp6bk1r9w-source/hm-module.nix:1:1 called without required argument 'lib' at /nix/store/mr47zm8r481wv7nakgds1j4rpqnwkj9b-source/specific/SB-1361/home.nix:5:17: 4| let 5| android-sdk = android-nixpkgs.hmModule...

I tried to install it via home-manager but I got this error. How to solve it? ```nix building the system configuration... error: … while calling the 'head' builtin at /nix/store/iqxdbcjlg9wx8gdc8bdhy9nsd5imcbjp-source/lib/attrsets.nix:1575:11:...

In response to #103, I've added `autoPathelf $out` to various packages. I haven't tested every executable, except for `cmake` in `pkgs/android/prebuilt.nix`. In this case, when 'bringing `cmake-3-22-1` into' the flake...