Veaceslav Gaidarji

Results 12 comments of Veaceslav Gaidarji

@noloman hey. are you working on an open source project? if yes, could you please share a link to repository and failed actions build? `JAVA_HOME` is set here https://github.com/vgaidarji/docker-android/blob/570d8f3aacd6af72b817254d08c99cd5bae57636/docker-android-build/Dockerfile#L5-L6 Not...

@noloman I would advise you to get rid of `set up JDK 1.8` step which `actions/setup-java@v1` https://github.com/noloman/MoneyTransactions/blob/a296219512e96d68d9ddc57065d9d9f1ae5afe99/.github/workflows/android.yml#L15 And then use another action for running other Gradle tasks ``` - name:...

@belafarinrod hey. The issue you're facing has no resolution yet and is tracked under https://github.com/vgaidarji/docker-android/issues/11. You could try using alternative action in the meantime which uses `mac-os` runner instead of...

@biklas7 there's an issue with docker image config for this action, https://github.com/vgaidarji/docker-android/issues/11. I'm still trying to figure out how to fix that (basically find a stable setup). And I'm facing...

> @vgaidarji instead of -t android-21 have you tried specifying the target with something like this -k "system-images;android-25;google_apis;x86"? Also update the sdk manager. @biklas7 Thank you, yes I'm aware of...

@iamabel please do :) To give you more context on this repository: it tries to show how to integrate Android project on different CI's and what are pros/cons of each....

And it's been a year already when I updated [comparison table](https://github.com/vgaidarji/ci-matters/blob/master/README.md#comparison). So the info might be outdated there.

@iamabel You might need the following information for full setup ![image](https://user-images.githubusercontent.com/3036347/31018010-316c6360-a533-11e7-8ea1-6857f8b2c556.png) Please contact me via email (check my Github account) and we can find a way to fill that information.

@joergi I also used Gitlab only internally. You can use 30-day free trial of Gitlab Enterprise or configure on your Gitlab server. Worth mentioning, that I used local Jenkins server...

arm emulator worked before, x84 and x86_64 not working. Latest attempt is [here](https://github.com/vgaidarji/docker-android/commit/029b111748f91645c5180b60cc4b9923ba8af972), still something is missing. docker build docker-android-emulator . ``` Sending build context to Docker daemon 23.55kB Step...