android-orb
android-orb copied to clipboard
An orb for working with Android on CircleCI
### Orb version 2.5.0 ### What happened I have this step in my CircleCI config: ``` - android/install-ndk: version: "26.2.11394342" ``` ### Expected behavior The issue is that `ANDROID_NDK_HOME` is...
The executor is required, but was missing from the example
### Orb version 2.1.1 ### What happened Orb can no longer accept step arguments that are environment variables. I have a step that looks like this: ``` run-andoid-emulator-and-tests: steps: -...
### Orb version 2.3.0 ### What happened Fails to start emulator on docker image due to GPU, no settings on gpu work. ``` Starting emulator with arguments -gpu swiftshader_indirect INFO...
### Orb version 2.0.3 ### What happened android orb version 1 was able to digest and use matrix job parameters in the run ui tests step (### Expected behavior) -...
### Checklist - [ ] All new jobs, commands, executors, parameters have descriptions - [ ] Examples have been added for any significant new features - [ ] README has...
### Checklist - [ ] All new jobs, commands, executors, parameters have descriptions - [ ] Examples have been added for any significant new features - [ ] README has...
### Checklist - [ ] All new jobs, commands, executors, parameters have descriptions - [ ] Examples have been added for any significant new features - [ ] README has...
### Orb version 2.5.0 ### What happened Using gradle 8.9 and cimg/android:2024.07 Running ``` - android/change-java-version: java-version: 17 - run: name: Print build environment command: ./gradlew buildEnvironment ``` Print respectively...
### Checklist - [x] All new jobs, commands, executors, parameters have descriptions - [x] Examples have been added for any significant new features - [x] README has been updated, if...