onesky/plugin-intellij

Project with custom resource config can't find string files

Opened this issue · 1 comments

In an android project using this strategy to customize resource directories I am unable to send or sync strings due to a "No string files found for module:"

I would also like to question how it handles a project that has multiple strings files or even a project that contains resources from multiple onesky projects.

Since currently our API does not keep track of the relative path of the strings files so custom file path is not supported in the plugin.

Multiple strings files are supported as long as they are placed under the default values[-locale] folders.

For project with resources from multiple OneSky projects, you will have to switch the project under settings before send/sync, may I know what's your specific use case for such set up?