-
Notifications
You must be signed in to change notification settings - Fork 18
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
"Invalid resource directory name" Error #88
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
Huh, I thought I fixed that one :/ I'll take another look. As a temporary workaround you can move |
I have tried, but I wasn't able to reproduce the issue on the recent plugin version. I forked your repository and while it indeed fails on 3.3.0 with mentioned issue, it doesn't on 3.5.0 |
Fixed by #81 |
@mateuszkwiecinski sory for being late. I just updated my project, with the latest version, but it doesn't worked as expected. Could you please have a look ? So I added the icon_name, bit the ribon is not applied ! Did I missed something ? |
Hello again @afaucogney 👋 |
Thanks for helping @mateuszkwiecinski, but unfortunately, the flavours are bot defined in the lib. Imagine the projet for a multi-brand app: In Gradle configuration
In Gradle dependencies:
In projects modules:
But this at the app level, that I want to apply ribon depending on configuration. Then this is the module selection that will select the good icon. Come back to me if this is not 100% clear. Then I can update my project with a similar config. But before, you should tell me this is more or less feasible. Greetings. |
I'm sorry. but I don't fully understand you mesage, I didn't get neither the dependencies nor what you're trying to achieve, what is the expected output. From my understanding your setup heavily relies on an assumption that all feature modules declare the same icon resource name. It is not a reliable assumption for the plugin 🤔 |
Let's give you a more concrete example: Every brand ui resources (color, launcher icon ... ) is setup in a specific android module named Every ui-kit module does only have 2 buildType (debug, release), no Flavours From the app, I want to be able to add a ribbon if the buildType is debug, but the icon retrieved from the selected ui-kit must be automatically retrieved from the brand favour selection. When you sync Gradle, only a single module is available. However it is is the module. Again the flavor I want to use to setup easylauncher are in the app. Is this more clear ? |
@mateuszkwiecinski Did you had the chance to have a look on my topic ? |
Hey @afaucogney 👋 Sorry for the long waiting. |
Hello,
I was setting a project with multi modules to help solving #77.
I just created a project with AS 4.1, added EasyLauncher and I get this error:
I tried with 3.3 and 3.5.
Here is the project https://github.com/afaucogney/multimodule-easylauncher
I will then update with multi module configuration
The text was updated successfully, but these errors were encountered: