-
Notifications
You must be signed in to change notification settings - Fork 54
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
Android 8.0.0 #22
Comments
Can you share your configuration? |
easylauncher.gradle : apply plugin: 'com.akaita.android.easylauncher' easylauncher {
} app build.gradle: apply from: '../easylauncher.gradle' |
Based on maskarade/gradle-android-ribbonizer-plugin#23, it might be a problem with adaptive icons |
You can try this:
ps. thank you for this lib. saved me a lot of effort for non-oreo devices. |
I understand that in fact this lib fails to generate adaptive icons (I tried it, it doesn't work for our team either), but I fail to understand why. Adaptive icons are made of background and foreground images. (In our project one is a vector, other is a raster, so that shouldn't make a difference) Why doesn't it work, if I specify the background or foreground drawable as one to be "ribbonized"? It should, shouldn't it? |
My bad, I just checked again, and the raster images are now removed. I checked again, and with raster images, the plugin works fine, so this is not an adaptive icon issue, but rather a vector image one. For those who still have trouble, check if your image is in |
I'm pretty late to the party 🙇 .
btw: @TamasBarta you are right, the plugin still doesn't support vector images. I have an open issue for that #9 |
I really like the plugin but I can't make it work on Android 8.0.0 I have zero problems on previous versions. It compiles perfectly but the icon doesn't change.
Thank you
The text was updated successfully, but these errors were encountered: