android-nixpkgs
android-nixpkgs copied to clipboard
Nix-packaged Android SDK
Getting a build failure for ``build-tools-28-0-3`` Removing ``lld`` from the postUnpack's for loop seems to fix it. ``` ❯ nix log /nix/store/2jbfagq3qndwqkprgdglyrc757i5h1l5-build-tools-28-0-3-28.0.3.drv warning: The interpretation of store paths arguments ending...
Line 28 of https://github.com/tadfisher/android-nixpkgs/blob/main/template/devshell.nix#L28 refers to android-studio, which isn't supported on aarch64. This results in confusing error messages for people on aarch64 (i.e. anyone on a M* Mac). (These can...
Hey! I keep my nix system config in devbox: https://www.jetpack.io/devbox/docs/ I would like to use this repository, but I can not set the `ANDROID_HOME` env variable. My current `devbox.json` looks...
When i try to run the emulator by launching an app in Android Studio i get error message: > The emulator process for AVD Pixel_5_API_34 has terminated The problem is...
I am not able to run the Android Virtual Device emulator from Android Studio 2022.3.1. The emulator crashes with message `Cannot find valid sdk root path`. The emulator appears to...
Hello! I'm seeing an issue in the use of the NDK package. I'm inexperienced in Android and a beginner in Nix; apologies on any simple errors I make. I am...
```nix android-nixpkgs.sdk (sdkPkgs: with sdkPkgs; [ cmdline-tools-latest build-tools-32-0-0 platform-tools platforms-android-31 emulator ]); ``` (from README) does not work for me. Complains that `android-nixpkgs.sdk` is not a function. Seems like `android-nixpkgs.sdk.${system}`...
I'm having trouble running the RenderScript compiler, `llvm-rs-cc` because code signatures are stripped from a dylib in `build-tools`. This is relevant part of the error I'm hitting: ``` /nix/store/gxylpsxax2xad9dljfw0dqa47zbsss3r-build-tools-32-0-0-32/lib/libbcinfo.dylib' not...
Now this might not be a problem actually related to android-nixpkgs, but I don't know where else to ask. I'm trying to get a React Native project going with the...
The aapt package included in the `pkgs` directory does no longer seem to be referenced from the root `default.nix`. I wonder how to use it in a flake?