-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build failed on the latest gradle plugin, getFont suddenly caused NPE #37
Comments
the cause probably on
|
I can repro the NPE using CircleCI and using Android Gradle Plugin 3.4.0, so this doesn't seem entirely tied to the Gradle plugin version. |
Tried to work around the issue by using the customColorRibbons and specifying the textRatio myself. This just moved the NPE to a different area:
|
This is basically the same issue I am seeing on the "original" ribbonizer project: Some change in the Circle CI base image triggered this. I'll remove ribbons alltogether for now... |
Any updates on this issue ? I have the same problem with the latest Android gradle plugin and CircleCi |
encountering the same issue, it seems related to openjdk installation on alpine docker images: I was able to solve it by installing fontconfig to the docker image used: |
thanks for sharing @bartsidee will try it |
@bartsidee Thanks for sharing. Can you also share where in the circleci config file this goes? |
I believe he is using a custom docker image based on alpine. So the line he posted is added to his Dockerfile. You can then refer to your custom image in the CircleCI config. |
Ah got it. Thanks @lksnmnn |
I'm having the same problem. Any updates on this? |
I solved this problem in the CircleCI config. thanks to #37 (comment).
I'm using |
suddenly the easylauncher is failed when using android plugin 3.4.1
error log: >
probably this plugin need to be updated with the latest android gradle plugin
update:
full log
The text was updated successfully, but these errors were encountered: