I\'m having a problem including a different layout through the include tag in the android layout xml file. When specifing the layout reference ( @layout/... ), i\'m getting
For me the problem was that the name of the layout was wrong: I used "-" instead of "_". AndroidStudio didn't tell me somthing was wrong till I tried to deploy the app
I think i should mention how i solved the same problem. Tried cleaning the project and didn't work. I have quite large names for the layout (chrono_first_small_field), and that wasn't the cause either.
Closed Eclipse, and just opened it again, and that worked.
That makes more sense than having to implement the onMeasure method :-)