Closed pellyadolfo closed 7 years ago
You need to add debuggable
in your flavour/buildType config. I added it in debug: android.buildTypes.debug.debuggable true
.
And iconNames
, I believe, is an array with the drawables you want the ribbon to be added to. E.g. you might want to add a ribbon to your notification icon not just the launcher icon.
I think this has been resolved since the issue has raised, with more detailed example in the README.
Please raise a new issue if there is still some confusion.
Hi, I open this issue basically to ask for some explanation about your examples.
I tried to include ribbonizer in my project but nothing happens, no even errors. As a basic example, I did 3 things:
I did not add any iconNames as I would expect it would take the declared in my AplicationManifest.as you comment in your example:
The result is that nothing happens, no errors and normal app icon.
So I wonder what I am doing wrong. I see in your example declared iconNames
but I am not able to find these files your the project resources. So I wonder if they are created on the fly.
Could you please assess with that?
Thanks