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

Hello Mister. I want to ask about how to install system images fro Android development with this channel? I add `system-images-android-33-google_apis-x86_64` in configuration but it throw error on `nixos-rebuild switch`...

When using the default shell provided in the repo (without flakes), opening Android Studio gives the following error. ![image](https://github.com/tadfisher/android-nixpkgs/assets/25955146/f703a6ec-94b0-4d95-bb8f-a4d920ed33ca) The path is correct to the SDK, and it seems to...

I am trying to follow example https://github.com/tadfisher/android-nixpkgs#home-manager and include this into my `home.nix` but I get the following error: ``` error: cannot coerce a set to a string at /home/doofy/.config/nixpkgs/home.nix:10:15:...

Fix for #93. It's assumed that only one of #95 and #96 will be merged

This is a more general fix for #93. It's assumed that only one of #95 and #96 will be merged As far as I can tell `pkgs/android/generic.nix` is the same...

Encountered an issue with [gradle managed devices](https://developer.android.com/studio/test/gradle-managed-devices) on MacOS x86. A sample project demonstrating the problem can be found [here](https://github.com/Dolfik1/KaspressoSample). ### Reproduction Steps: To replicate the issue, execute the following...

Currently, running the `launch_cvd` command after compiling AOSP for a Cuttlefish-supported lunch target results in the following error: ``` sh: line 1: /usr/lib/cuttlefish-common/bin/capability_query.py: No such file or directory VM manager...

Python 2 has version 2.7.18.8 in the latest nixpkgs, which causes an error. This change makes all python packages allowed, not just a specific version

This fixes https://github.com/tadfisher/android-nixpkgs/issues/85 The template devshell.nix included android-studio unconditionally, which causes errors on aarch64-darwin. This PR makes it so that android-studio is only included on non aarch64-darwin.

Why would I use this over androidComposition in nixpkgs? If this is better in some way, why not upstream it to nixpkgs?