I tried grouping the layout for my Android project into several subdirectories. I was following this answer.
https://stackoverflow.com/a/32194963/688954
But somewhat the IDE complains URI is not registered and the Gradle build also says Error:Error: Unsupported type 'android.support.design.widget.CoordinatorLayout'.
Can anyone help?
I'm using build tools version 24.0.1

