nix-androidenvtests icon indicating copy to clipboard operation
nix-androidenvtests copied to clipboard

Nix Android build tests

Results 5 nix-androidenvtests issues
Sort by recently updated
recently updated
newest added

Currently i need to update the `$AVD_HOME/.avd/device.avd/config.ini` with the custom configs that I want like: ``` image.sysdir.1=system-images/android-28/default/x86/ tag.display=Default tag.id=default hw.gpu.enabled=yes AvdId = Nexus_5X_API_29 PlayStore.enabled = true abi.type = x86 avd.ini.displayname...

The SDK installation was working well until it occured to me to have an issue related to the libssl version (OpenSSL). The output is the following: ``` [...] No package...

Hello, First thanks a lot for your work. I'd like to know, is there a way to have the play store installed in an image created with `androidenv.emulateApp` ? I...

First, thank you very much for all your great work, it sounds amazing! I'm quite new to android development and this project interests me. However I have a question :...

I'm trying to compile a react-native project, using `androidenv.composeAndroidPackages` I ran `/gradlew clean assembleDebug` to assemble the bugs I'm currently experiencing (below). My biggest problem so far has been with...